diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-06-08 00:59:19 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-06-08 00:59:19 +0000 |
commit | a130a41e69bd0d71574fa7c5b955f3850496fe76 (patch) | |
tree | 2e62d48d51a13b14582d0297ef276893e60844f8 /hw/vga_int.h | |
parent | 78e127efdbac82f148ed4f7b42f8f4f2873b4c5b (diff) | |
download | qemu-a130a41e69bd0d71574fa7c5b955f3850496fe76.tar.gz qemu-a130a41e69bd0d71574fa7c5b955f3850496fe76.tar.bz2 qemu-a130a41e69bd0d71574fa7c5b955f3850496fe76.zip |
interlace support
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@915 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'hw/vga_int.h')
-rw-r--r-- | hw/vga_int.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/vga_int.h b/hw/vga_int.h index 0d0f3edee1..b86219cc19 100644 --- a/hw/vga_int.h +++ b/hw/vga_int.h @@ -103,6 +103,9 @@ void (*get_offsets)(struct VGAState *s, \ uint32_t *pline_offset, \ uint32_t *pstart_addr); \ + void (*get_resolution)(struct VGAState *s, \ + int *pwidth, \ + int *pheight); \ VGA_STATE_COMMON_BOCHS_VBE \ /* display refresh support */ \ DisplayState *ds; \ |