[ros-diffs] [tkreuzer] 46953: [WIN32K] Don't call IntHideDesktop and co_IntShowDesktop for now. This doesn't seem to be neccessary and fixes a bunch of problems
tkreuzer at svn.reactos.org
tkreuzer at svn.reactos.org
Tue Apr 20 01:22:18 CEST 2010
Author: tkreuzer
Date: Tue Apr 20 01:22:17 2010
New Revision: 46953
URL: http://svn.reactos.org/svn/reactos?rev=46953&view=rev
Log:
[WIN32K]
Don't call IntHideDesktop and co_IntShowDesktop for now. This doesn't seem to be neccessary and fixes a bunch of problems
Modified:
branches/reactos-yarotows/subsystems/win32/win32k/ntuser/display.c
Modified: branches/reactos-yarotows/subsystems/win32/win32k/ntuser/display.c
URL: http://svn.reactos.org/svn/reactos/branches/reactos-yarotows/subsystems/win32/win32k/ntuser/display.c?rev=46953&r1=46952&r2=46953&view=diff
==============================================================================
--- branches/reactos-yarotows/subsystems/win32/win32k/ntuser/display.c [iso-8859-1] (original)
+++ branches/reactos-yarotows/subsystems/win32/win32k/ntuser/display.c [iso-8859-1] Tue Apr 20 01:22:17 2010
@@ -771,7 +771,7 @@
//IntvGetDeviceCaps(&PrimarySurface, &GdiHandleTable->DevCaps);
pdesk = IntGetActiveDesktop();
- IntHideDesktop(pdesk);
+ //IntHideDesktop(pdesk);
/* Send WM_DISPLAYCHANGE to all toplevel windows */
co_IntSendMessageTimeout(HWND_BROADCAST,
@@ -782,7 +782,7 @@
100,
&ulResult);
- co_IntShowDesktop(pdesk, ppdev->gdiinfo.ulHorzRes, ppdev->gdiinfo.ulVertRes);
+ //co_IntShowDesktop(pdesk, ppdev->gdiinfo.ulHorzRes, ppdev->gdiinfo.ulVertRes);
UserRedrawDesktop();
}
More information about the Ros-diffs
mailing list