summaryrefslogtreecommitdiffstats
path: root/hw/vga_int.h
diff options
context:
space:
mode:
Diffstat (limited to 'hw/vga_int.h')
-rw-r--r--hw/vga_int.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/vga_int.h b/hw/vga_int.h
index 0d0f3ed..b86219c 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; \
OpenPOWER on IntegriCloud