Revision 2c62f08d include/ui/console.h

b/include/ui/console.h
279 279

  
280 280
typedef void (*graphic_hw_update_ptr)(void *);
281 281
typedef void (*graphic_hw_invalidate_ptr)(void *);
282
typedef void (*graphic_hw_screen_dump_ptr)(void *, const char *, bool cswitch,
283
                                       Error **errp);
284 282
typedef void (*graphic_hw_text_update_ptr)(void *, console_ch_t *);
285 283

  
286 284
QemuConsole *graphic_console_init(graphic_hw_update_ptr update,
287 285
                                  graphic_hw_invalidate_ptr invalidate,
288
                                  graphic_hw_screen_dump_ptr screen_dump,
289 286
                                  graphic_hw_text_update_ptr text_update,
290 287
                                  void *opaque);
291 288

  

Also available in: Unified diff