Mercurial > mm7
diff Render.cpp @ 1633:384a6b9d1333
Merge
author | Nomad |
---|---|
date | Tue, 17 Sep 2013 12:40:37 +0200 |
parents | 8094f1706b1f c24e91e9a108 |
children | 2c71fa8913d2 |
line wrap: on
line diff
--- a/Render.cpp Tue Sep 17 12:37:07 2013 +0200 +++ b/Render.cpp Tue Sep 17 12:40:37 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() )