summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--window.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/window.c b/window.c
index 1923288ae..a1f6b4973 100644
--- a/window.c
+++ b/window.c
@@ -699,6 +699,8 @@ void ResetWindowSystem(void)
InitWindowSystem();
_thd.pos.x = 0;
_thd.pos.y = 0;
+ _thd.new_pos.x = 0;
+ _thd.new_pos.y = 0;
}
static void DecreaseWindowCounters(void)