mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-14 22:03:27 +01:00
always hide Cc2EditClassTh class windows
This commit is contained in:
parent
78b912b09c
commit
429ce2a3df
@ -908,6 +908,7 @@ BOOL CALLBACK util_enum_child_proc(HWND hwnd, LPARAM lparam)
|
||||
|
||||
if (g_config.fixchilds == FIX_CHILDS_DETECT_HIDE ||
|
||||
g_config.fixchilds == FIX_CHILDS_DETECT_HIDE_NOSCALE ||
|
||||
strcmp(class_name, "Cc2EditClassTh") == 0 ||
|
||||
strcmp(class_name, "msctls_statusbar32") == 0 ||
|
||||
strcmp(class_name, "VideoRenderer") == 0 ||
|
||||
strcmp(class_name, "MCIQTZ_Window") == 0 ||
|
||||
|
Loading…
x
Reference in New Issue
Block a user