summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-11-14 17:52:01 +0000
committerbellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162>2004-11-14 17:52:01 +0000
commit546fa6abd13240365ffd7afb5fd8795617a9131e (patch)
tree0ffe954799a70ce0c897b64c83e36cebcd501904 /hw/vga_int.h
parentindent fixes (diff)
downloadqemu-kvm-546fa6abd13240365ffd7afb5fd8795617a9131e.tar.gz
qemu-kvm-546fa6abd13240365ffd7afb5fd8795617a9131e.tar.bz2
qemu-kvm-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/vga_int.h b/hw/vga_int.h
index b86219cc1..2e7fb30ef 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 */ \