Loading ui/gtk.c +9 −7 Original line number Diff line number Diff line Loading @@ -1909,6 +1909,7 @@ void gtk_display_init(DisplayState *ds, bool full_screen, bool grab_on_hover) #ifdef VTE_RESIZE_HACK { VirtualConsole *cur = gd_vc_find_current(s); if (cur) { int i; for (i = 0; i < s->nb_vcs; i++) { Loading @@ -1919,6 +1920,7 @@ void gtk_display_init(DisplayState *ds, bool full_screen, bool grab_on_hover) } gd_update_windowsize(cur); } } #endif if (full_screen) { Loading Loading
ui/gtk.c +9 −7 Original line number Diff line number Diff line Loading @@ -1909,6 +1909,7 @@ void gtk_display_init(DisplayState *ds, bool full_screen, bool grab_on_hover) #ifdef VTE_RESIZE_HACK { VirtualConsole *cur = gd_vc_find_current(s); if (cur) { int i; for (i = 0; i < s->nb_vcs; i++) { Loading @@ -1919,6 +1920,7 @@ void gtk_display_init(DisplayState *ds, bool full_screen, bool grab_on_hover) } gd_update_windowsize(cur); } } #endif if (full_screen) { Loading