Fixed window position bug
This commit is contained in:
@@ -1378,7 +1378,7 @@ void initwinvideo(void)
|
|||||||
if(Y>(GetSystemMetrics( SM_CYSCREEN )-WindowHeight)) Y=(GetSystemMetrics( SM_CYSCREEN )-WindowHeight);
|
if(Y>(GetSystemMetrics( SM_CYSCREEN )-WindowHeight)) Y=(GetSystemMetrics( SM_CYSCREEN )-WindowHeight);
|
||||||
if(FullScreen==1) {X=0; Y=0;}
|
if(FullScreen==1) {X=0; Y=0;}
|
||||||
|
|
||||||
if (SaveMainWindowPos == 1) { MainWindowX = X; MainWindowY = Y; }
|
MainWindowX = X; MainWindowY = Y;
|
||||||
|
|
||||||
MoveWindow( hMainWindow, X, Y,
|
MoveWindow( hMainWindow, X, Y,
|
||||||
WindowWidth, WindowHeight, TRUE );
|
WindowWidth, WindowHeight, TRUE );
|
||||||
|
|||||||
Reference in New Issue
Block a user