From 926f556bccadc6dfe133bb51687068d4d8154a4c Mon Sep 17 00:00:00 2001 From: jacob1 Date: Sun, 31 Jan 2016 22:59:29 -0500 Subject: [PATCH] fix compile error --- src/PowderToySDL.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/PowderToySDL.cpp b/src/PowderToySDL.cpp index 24611a4948..3a9f933ee8 100644 --- a/src/PowderToySDL.cpp +++ b/src/PowderToySDL.cpp @@ -586,7 +586,9 @@ void DoubleScreenDialog() Client::Ref().SetPref("Scale", 1); engine->SetScale(1); engine->CloseWindow(); +#ifdef WIN LoadWindowPosition(1); +#endif } } void EngineProcess()