From: Toni Wilen Date: Sun, 19 Aug 2018 15:58:53 +0000 (+0300) Subject: Shutdown notification on the fly change fixed. X-Git-Tag: 4100~112 X-Git-Url: https://git.unchartedbackwaters.co.uk/w/?a=commitdiff_plain;h=6daf6b47a3b882c4224eecfabfda1bf481cbf428;p=francis%2Fwinuae.git Shutdown notification on the fly change fixed. --- diff --git a/od-win32/win32gfx.cpp b/od-win32/win32gfx.cpp index ee8afd59..6db2f627 100644 --- a/od-win32/win32gfx.cpp +++ b/od-win32/win32gfx.cpp @@ -2605,6 +2605,7 @@ int check_prefs_changed_gfx (void) currprefs.win32_iconified_pause != changed_prefs.win32_iconified_pause || currprefs.win32_iconified_input != changed_prefs.win32_iconified_input || currprefs.win32_ctrl_F11_is_quit != changed_prefs.win32_ctrl_F11_is_quit || + currprefs.win32_shutdown_notification != changed_prefs.win32_shutdown_notification || currprefs.win32_warn_exit != changed_prefs.win32_warn_exit || currprefs.right_control_is_right_win_key != changed_prefs.right_control_is_right_win_key) { @@ -2626,6 +2627,7 @@ int check_prefs_changed_gfx (void) currprefs.win32_iconified_pause = changed_prefs.win32_iconified_pause; currprefs.win32_iconified_input = changed_prefs.win32_iconified_input; currprefs.win32_ctrl_F11_is_quit = changed_prefs.win32_ctrl_F11_is_quit; + currprefs.win32_shutdown_notification = changed_prefs.win32_shutdown_notification; currprefs.win32_warn_exit = changed_prefs.win32_warn_exit; currprefs.right_control_is_right_win_key = changed_prefs.right_control_is_right_win_key; inputdevice_unacquire ();