From c21bbcfa3ff4f6dc49fb01080ef598851aa424dd Mon Sep 17 00:00:00 2001 From: balrog Date: Wed, 24 Sep 2008 03:32:33 +0000 Subject: Reintroduce TEXT_CONSOLE_FIXED_SIZE and TEXT_CONSOLE for resizable vc's. This partially reverts r4812 to fix an issue highlighted by Ryan Harper with all vc's being fixed size which prevented backends with resizable window (curses) from displaying okay. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5309 c046a42c-6fe2-441c-8c8c-71466251a162 --- console.h | 1 + 1 file changed, 1 insertion(+) (limited to 'console.h') diff --git a/console.h b/console.h index d98bea4481..dd8b0397e6 100644 --- a/console.h +++ b/console.h @@ -136,6 +136,7 @@ void vga_hw_screen_dump(const char *filename); void vga_hw_text_update(console_ch_t *chardata); int is_graphic_console(void); +int is_fixedsize_console(void); CharDriverState *text_console_init(DisplayState *ds, const char *p); void console_select(unsigned int index); void console_color_init(DisplayState *ds); -- cgit v1.2.1