Revision 799e709b hw/vga_int.h

b/hw/vga_int.h
147 147
    DisplayState *ds;                                                   \
148 148
    uint32_t font_offsets[2];                                           \
149 149
    int graphic_mode;                                                   \
150
    int want_full_update;                                               \
151 150
    uint8_t shift_control;                                              \
152 151
    uint8_t double_scan;                                                \
153
    uint8_t multi_run;                                                  \
154
    uint8_t multi_scan;                                                 \
155 152
    uint32_t line_offset;                                               \
156 153
    uint32_t line_compare;                                              \
157 154
    uint32_t start_addr;                                                \
......
198 195
                     ram_addr_t vga_ram_offset, int vga_ram_size);
199 196
void vga_init(VGAState *s);
200 197
void vga_reset(void *s);
201
void vga_update_resolution(VGAState *s);
202 198

  
203 199
void vga_dirty_log_start(VGAState *s);
204 200
void vga_dirty_log_stop(VGAState *s);

Also available in: Unified diff