mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
return 0 on WM_D3D9FULLSCREEN
This commit is contained in:
parent
42d13edb92
commit
f0b280485f
@ -579,7 +579,7 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam)
|
|||||||
GetForegroundWindow() == ddraw->hWnd)
|
GetForegroundWindow() == ddraw->hWnd)
|
||||||
mouse_lock();
|
mouse_lock();
|
||||||
}
|
}
|
||||||
break;
|
return 0;
|
||||||
}
|
}
|
||||||
case WM_WINDOWPOSCHANGED:
|
case WM_WINDOWPOSCHANGED:
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user