From c633d326668b99a2e04d04f917da8e4dd7c1a898 Mon Sep 17 00:00:00 2001 From: FunkyFr3sh Date: Mon, 5 Sep 2022 10:19:18 +0200 Subject: [PATCH] disable logging --- src/utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils.c b/src/utils.c index c859e43..76fc56b 100644 --- a/src/utils.c +++ b/src/utils.c @@ -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) {