hedgewars/hwengine.pas
changeset 8345 9d9b498cfb03
parent 8327 a6f3452f5f94
child 8350 14b938faec69
--- a/hedgewars/hwengine.pas	Sat Dec 29 14:40:20 2012 +0200
+++ b/hedgewars/hwengine.pas	Sun Dec 30 16:04:28 2012 +0200
@@ -276,6 +276,7 @@
             ScriptOnScreenResize();
             InitCameraBorders();
             InitTouchInterface();
+            SendIPC('W' + IntToStr(cScreenWidth) + 'x' + IntToStr(cScreenHeight));
         end;
 
         CurrTime:= SDL_GetTicks();