[ros-diffs] [khornicek] 44131: - initialize the pointer exclude rectangle

khornicek at svn.reactos.org khornicek at svn.reactos.org
Fri Nov 13 14:52:17 CET 2009


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/win32k/eng/device.c?rev=44131&r1=44130&r2=44131&view=diff
==============================================================================
--- 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(




More information about the Ros-diffs mailing list