diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2012-05-24 13:48:23 -0300 |
---|---|---|
committer | Luiz Capitulino <lcapitulino@redhat.com> | 2012-09-05 15:48:57 -0300 |
commit | ad39cf6d150e951e4c67c8120d495ae7e78054a6 (patch) | |
tree | 33a507b37ef91aa60230cbe3b0e6455178dbe649 /console.h | |
parent | d7098135d4baac8141b2e76f2daa8a7f61599c72 (diff) | |
download | hqemu-ad39cf6d150e951e4c67c8120d495ae7e78054a6.zip hqemu-ad39cf6d150e951e4c67c8120d495ae7e78054a6.tar.gz |
qapi: convert screendump
Next commits will update devices to propagate errors.
Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>
Diffstat (limited to 'console.h')
-rw-r--r-- | console.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -357,7 +357,6 @@ DisplayState *graphic_console_init(vga_hw_update_ptr update, void vga_hw_update(void); void vga_hw_invalidate(void); -void vga_hw_screen_dump(const char *filename); void vga_hw_text_update(console_ch_t *chardata); int is_graphic_console(void); |