mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
disable log
This commit is contained in:
parent
0458b765ac
commit
0013c746af
@ -481,10 +481,12 @@ LRESULT CALLBACK fake_WndProc(HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam
|
|||||||
{
|
{
|
||||||
WINDOWPOS* pos = (WINDOWPOS*)lParam;
|
WINDOWPOS* pos = (WINDOWPOS*)lParam;
|
||||||
|
|
||||||
|
/*
|
||||||
dbg_dump_swp_flags(pos->flags);
|
dbg_dump_swp_flags(pos->flags);
|
||||||
TRACE(
|
TRACE(
|
||||||
" hwndInsertAfter=%p, x=%d, y=%d, cx=%d, cy=%d\n",
|
" hwndInsertAfter=%p, x=%d, y=%d, cx=%d, cy=%d\n",
|
||||||
pos->hwndInsertAfter, pos->x, pos->y, pos->cx, pos->cy);
|
pos->hwndInsertAfter, pos->x, pos->y, pos->cx, pos->cy);
|
||||||
|
*/
|
||||||
|
|
||||||
/* workaround for a bug where sometimes a background window steals the focus */
|
/* workaround for a bug where sometimes a background window steals the focus */
|
||||||
if (g_mouse_locked)
|
if (g_mouse_locked)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user