console.c | 127 int g_width, g_height; member in struct:TextConsole 510 s->width = s->g_width / FONT_WIDTH; 1063 active_console->g_width = ds_get_width(active_console->ds); 1070 ds->surface = qemu_resize_displaysurface(ds, s->g_width, s->g_height); [all...] |