mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
revers 25135 for it is incorrect change, do ask before change any code in win32k. and do not assume code is wrong
See issue #25 for more details. svn path=/trunk/; revision=25159
This commit is contained in:
@@ -2933,7 +2933,7 @@ IntChangeDisplaySettings(
|
||||
HDC hDC;
|
||||
|
||||
hWnd = IntGetDesktopWindow();
|
||||
if (!hWnd || !(Wnd = UserGetWindowObject(hWnd)))
|
||||
if (hWnd && !(Wnd = UserGetWindowObject(hWnd)))
|
||||
{
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user