allow moving the window to any position (tiberian sun)
This commit is contained in:
parent
5e4de793d4
commit
a252b3724d
1 changed files with 4 additions and 0 deletions
|
@ -925,6 +925,10 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
|||
}
|
||||
return DefWindowProc(hWnd, uMsg, wParam, lParam); /* Carmageddon fix */
|
||||
}
|
||||
case WM_MOVING:
|
||||
{
|
||||
return DefWindowProc(hWnd, uMsg, wParam, lParam);
|
||||
}
|
||||
case WM_MOVE:
|
||||
{
|
||||
if (ddraw->windowed)
|
||||
|
|
Loading…
Reference in a new issue