Author: khornicek Date: Fri Nov 13 14:52:17 2009 New Revision: 44131
URL: http://svn.reactos.org/svn/reactos?rev=44131&view=rev Log: - initialize the pointer exclude rectangle
Modified: branches/arwinss/reactos/subsystems/win32/win32k/eng/device.c
Modified: branches/arwinss/reactos/subsystems/win32/win32k/eng/device.c URL: http://svn.reactos.org/svn/reactos/branches/arwinss/reactos/subsystems/win32... ============================================================================== --- branches/arwinss/reactos/subsystems/win32/win32k/eng/device.c [iso-8859-1] (original) +++ branches/arwinss/reactos/subsystems/win32/win32k/eng/device.c [iso-8859-1] Fri Nov 13 14:52:17 2009 @@ -406,6 +406,8 @@ DPRINT("Adjusting GDIInfo.ulLogPixelsY\n"); PrimarySurface.GDIInfo.ulLogPixelsY = 96; } + + PrimarySurface.Pointer.Exclude.right = -1;
/* Complete initialization of the physical device */ PrimarySurface.DriverFunctions.CompletePDEV(