Revision 2c62f08d hw/display/vga_int.h

b/hw/display/vga_int.h
154 154
                                 unsigned int g, unsigned b);
155 155
    graphic_hw_update_ptr update;
156 156
    graphic_hw_invalidate_ptr invalidate;
157
    graphic_hw_screen_dump_ptr screen_dump;
158 157
    graphic_hw_text_update_ptr text_update;
159 158
    bool full_update_text;
160 159
    bool full_update_gfx;
......
198 197
uint32_t vga_mem_readb(VGACommonState *s, hwaddr addr);
199 198
void vga_mem_writeb(VGACommonState *s, hwaddr addr, uint32_t val);
200 199
void vga_invalidate_scanlines(VGACommonState *s, int y1, int y2);
201
void ppm_save(const char *filename, struct DisplaySurface *ds, Error **errp);
202 200

  
203 201
int vga_ioport_invalid(VGACommonState *s, uint32_t addr);
204 202

  

Also available in: Unified diff