diff Render.cpp @ 1586:c24e91e9a108

Replace minor Windows constants.
author yoctozepto
date Wed, 11 Sep 2013 13:53:05 +0200
parents cff02d7d3460
children 384a6b9d1333
line wrap: on
line diff
--- a/Render.cpp	Tue Sep 10 21:08:43 2013 +0200
+++ b/Render.cpp	Wed Sep 11 13:53:05 2013 +0200
@@ -8470,7 +8470,7 @@
     {
       InvalidateRect(0, 0, 0);
       MoveWindow(hWnd, uWindowX, uWindowY, uWindowWidth, uWindowHeight, 0);
-      ShowWindow(hWnd, 1);
+      ShowWindow(hWnd, SW_SHOWNORMAL);
     }
     pMouse->bActive = 1;
     if ( pVideoPlayer->AnyMovieLoaded() )