Searched defs:TextConsole (Results 1 – 2 of 2) sorted by relevance
117 struct TextConsole { struct118 console_type_t console_type;119 DisplayState *ds;121 vga_hw_update_ptr hw_update;122 vga_hw_invalidate_ptr hw_invalidate;123 vga_hw_screen_dump_ptr hw_screen_dump;124 vga_hw_text_update_ptr hw_text_update;125 void *hw;127 int g_width, g_height;128 int width;[all …]
172 typedef struct TextConsole TextConsole; typedef