hide msctls_statusbar32
This commit is contained in:
parent
af8a81b618
commit
79b1812e5a
1 changed files with 1 additions and 0 deletions
|
@ -861,6 +861,7 @@ BOOL CALLBACK util_enum_child_proc(HWND hwnd, LPARAM lparam)
|
|||
return TRUE;
|
||||
|
||||
if (g_config.fixchilds == FIX_CHILDS_DETECT_HIDE ||
|
||||
strcmp(class_name, "msctls_statusbar32") == 0 ||
|
||||
strcmp(class_name, "VideoRenderer") == 0 ||
|
||||
strcmp(class_name, "MCIQTZ_Window") == 0 ||
|
||||
strcmp(class_name, "MCIAVI") == 0 ||
|
||||
|
|
Loading…
Reference in a new issue