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:
Magnus Olsen
2006-12-14 12:49:19 +00:00
parent 75f5b641f2
commit 3b179ca6a9
+1 -1
View File
@@ -2933,7 +2933,7 @@ IntChangeDisplaySettings(
HDC hDC;
hWnd = IntGetDesktopWindow();
if (!hWnd || !(Wnd = UserGetWindowObject(hWnd)))
if (hWnd && !(Wnd = UserGetWindowObject(hWnd)))
{
return FALSE;
}