]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hw/vga_int.h
interlace support
[mirror_qemu.git] / hw / vga_int.h
index 0d0f3edee1c7e8ed57c86601168e2e1a737487b8..b86219cc196b3b7f209726bfccad252cd3a4ba9d 100644 (file)
     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;                                                   \