summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ui/window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/window.c b/src/ui/window.c
index 4bf42a30..c27053c2 100644
--- a/src/ui/window.c
+++ b/src/ui/window.c
@@ -816,7 +816,7 @@ iBool processEvent_Window(iWindow *d, const SDL_Event *ev) {
816 } 816 }
817 case SDL_RENDER_TARGETS_RESET: 817 case SDL_RENDER_TARGETS_RESET:
818 case SDL_RENDER_DEVICE_RESET: { 818 case SDL_RENDER_DEVICE_RESET: {
819 invalidate_Window(d); 819 invalidate_Window_(d, iTrue /* force full reset */);
820 break; 820 break;
821 } 821 }
822 default: { 822 default: {