mirror of
https://github.com/FunkyFr3sh/cnc-ddraw.git
synced 2025-03-24 17:49:52 +01:00
remove invalid ExStyle
This commit is contained in:
parent
5901d12597
commit
e142d06946
@ -1826,6 +1826,13 @@ HWND WINAPI fake_CreateWindowExA(
|
|||||||
hWndParent = g_ddraw.hwnd;
|
hWndParent = g_ddraw.hwnd;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* A Bug's Life Action Game */
|
||||||
|
//HIWORD(lpClassName) && _strcmpi(lpClassName, "Bugs") == 0 &&
|
||||||
|
if (dwExStyle == 0x01000008)
|
||||||
|
{
|
||||||
|
dwExStyle = WS_EX_TOPMOST;
|
||||||
|
}
|
||||||
|
|
||||||
/* Fix for SMACKW32.DLL creating another window that steals the focus */
|
/* Fix for SMACKW32.DLL creating another window that steals the focus */
|
||||||
if (HIWORD(lpClassName) && _strcmpi(lpClassName, "MouseTypeWind") == 0 && g_ddraw.ref && g_ddraw.hwnd)
|
if (HIWORD(lpClassName) && _strcmpi(lpClassName, "MouseTypeWind") == 0 && g_ddraw.ref && g_ddraw.hwnd)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user