--- uae/src/xwin.c 2018/04/24 16:51:21 1.1.1.9 +++ uae/src/xwin.c 2018/04/24 16:56:29 1.1.1.11 @@ -29,7 +29,6 @@ #include "xwin.h" #include "custom.h" #include "drawing.h" -#include "readcpu.h" #include "newcpu.h" #include "keyboard.h" #include "keybuf.h" @@ -1603,6 +1602,9 @@ int check_prefs_changed_gfx (void) currprefs.gfx_ycenter = changed_prefs.gfx_ycenter; currprefs.gfx_afullscreen = changed_prefs.gfx_afullscreen; currprefs.gfx_pfullscreen = changed_prefs.gfx_pfullscreen; + + gui_update_gfx (); + graphics_subinit (); if (! inwindow)