diff options
Diffstat (limited to 'hw/display/vga_int.h')
-rw-r--r-- | hw/display/vga_int.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/hw/display/vga_int.h b/hw/display/vga_int.h index e4bb4a03c3..66f9f3ceed 100644 --- a/hw/display/vga_int.h +++ b/hw/display/vga_int.h @@ -152,9 +152,7 @@ typedef struct VGACommonState { uint32_t cursor_offset; unsigned int (*rgb_to_pixel)(unsigned int r, unsigned int g, unsigned b); - graphic_hw_update_ptr update; - graphic_hw_invalidate_ptr invalidate; - graphic_hw_text_update_ptr text_update; + const GraphicHwOps *hw_ops; bool full_update_text; bool full_update_gfx; /* hardware mouse cursor support */ |