mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +01:00
add comment
This commit is contained in:
parent
c8980c5e34
commit
552c5809e0
@ -480,6 +480,9 @@ LRESULT CALLBACK fake_WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam
|
||||
|
||||
if (width < g_ddraw.width || height < g_ddraw.height)
|
||||
{
|
||||
/* Can't enforce minimum window size in linux because there is no WM_SIZING and
|
||||
WM_GETMINMAXINFO is ignored for whatever reasons */
|
||||
|
||||
SetTimer(g_ddraw.hwnd, IDT_TIMER_LINUX_FIX_WINDOW_SIZE, 1000, (TIMERPROC)NULL);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user