diff options
author | bellard | 2004-11-14 18:52:01 +0100 |
---|---|---|
committer | bellard | 2004-11-14 18:52:01 +0100 |
commit | 546fa6abd13240365ffd7afb5fd8795617a9131e (patch) | |
tree | 0ffe954799a70ce0c897b64c83e36cebcd501904 /hw/vga_int.h | |
parent | indent fixes (diff) | |
download | qemu-546fa6abd13240365ffd7afb5fd8795617a9131e.tar.gz qemu-546fa6abd13240365ffd7afb5fd8795617a9131e.tar.xz qemu-546fa6abd13240365ffd7afb5fd8795617a9131e.zip |
vga font change detection
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1141 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/vga_int.h')
-rw-r--r-- | hw/vga_int.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/vga_int.h b/hw/vga_int.h index b86219cc19..2e7fb30efb 100644 --- a/hw/vga_int.h +++ b/hw/vga_int.h @@ -116,6 +116,7 @@ uint32_t line_offset; \ uint32_t line_compare; \ uint32_t start_addr; \ + uint32_t plane_updated; \ uint8_t last_cw, last_ch; \ uint32_t last_width, last_height; /* in chars or pixels */ \ uint32_t last_scr_width, last_scr_height; /* in pixels */ \ |