mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
hide msctls_statusbar32
This commit is contained in:
parent
af8a81b618
commit
79b1812e5a
@ -861,6 +861,7 @@ BOOL CALLBACK util_enum_child_proc(HWND hwnd, LPARAM lparam)
|
|||||||
return TRUE;
|
return TRUE;
|
||||||
|
|
||||||
if (g_config.fixchilds == FIX_CHILDS_DETECT_HIDE ||
|
if (g_config.fixchilds == FIX_CHILDS_DETECT_HIDE ||
|
||||||
|
strcmp(class_name, "msctls_statusbar32") == 0 ||
|
||||||
strcmp(class_name, "VideoRenderer") == 0 ||
|
strcmp(class_name, "VideoRenderer") == 0 ||
|
||||||
strcmp(class_name, "MCIQTZ_Window") == 0 ||
|
strcmp(class_name, "MCIQTZ_Window") == 0 ||
|
||||||
strcmp(class_name, "MCIAVI") == 0 ||
|
strcmp(class_name, "MCIAVI") == 0 ||
|
||||||
|
Loading…
x
Reference in New Issue
Block a user