fix random freezing
This commit is contained in:
parent
e414568af4
commit
2cf14bf2ef
1 changed files with 0 additions and 10 deletions
10
src/utils.c
10
src/utils.c
|
@ -481,16 +481,6 @@ BOOL CALLBACK util_enum_child_proc(HWND hwnd, LPARAM lparam)
|
||||||
if (!(style & WS_EX_TRANSPARENT))
|
if (!(style & WS_EX_TRANSPARENT))
|
||||||
{
|
{
|
||||||
real_SetWindowLongA(hwnd, GWL_EXSTYLE, style | WS_EX_TRANSPARENT);
|
real_SetWindowLongA(hwnd, GWL_EXSTYLE, style | WS_EX_TRANSPARENT);
|
||||||
|
|
||||||
real_SetWindowPos(
|
|
||||||
hwnd,
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
0,
|
|
||||||
SWP_FRAMECHANGED | SWP_NOMOVE | SWP_NOSIZE | SWP_NOZORDER | SWP_NOOWNERZORDER
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue