add DDSCL_FULLSCREEN check
This commit is contained in:
parent
e6c5c4ede2
commit
283295a5c9
1 changed files with 1 additions and 1 deletions
2
src/dd.c
2
src/dd.c
|
@ -1415,7 +1415,7 @@ HRESULT dd_SetCooperativeLevel(HWND hwnd, DWORD dwFlags)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (dwFlags & DDSCL_NORMAL)
|
if ((dwFlags & DDSCL_NORMAL) && !(dwFlags & DDSCL_FULLSCREEN))
|
||||||
{
|
{
|
||||||
if (g_config.fake_mode[0])
|
if (g_config.fake_mode[0])
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue