mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-15 06:04:49 +01:00
disable logging
This commit is contained in:
parent
dcba755d95
commit
c633d32666
@ -374,14 +374,14 @@ BOOL CALLBACK util_enum_child_proc(HWND hwnd, LPARAM lparam)
|
||||
|
||||
if (real_GetClientRect(hwnd, &size) && real_GetWindowRect(hwnd, &pos) && size.right > 1 && size.bottom > 1)
|
||||
{
|
||||
/**/
|
||||
/*
|
||||
TRACE(
|
||||
" util_enum_child_proc right=%u, bottom=%u, left=%d, top=%d\n",
|
||||
size.right,
|
||||
size.bottom,
|
||||
pos.left,
|
||||
pos.top);
|
||||
|
||||
*/
|
||||
|
||||
if (g_ddraw->fixchilds == FIX_CHILDS_DETECT_HIDE)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user