[ros-diffs] [tkreuzer] 53435: [FRAMEBUF_ACC] Same fix as r53434

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Thu Aug 25 08:03:17 UTC 2011


Author: tkreuzer
Date: Thu Aug 25 08:03:15 2011
New Revision: 53435

URL: http://svn.reactos.org/svn/reactos?rev=53435&view=rev
Log:
[FRAMEBUF_ACC]
Same fix as r53434

Modified:
    trunk/reactos/drivers/video/displays/framebufacc/enable.c

Modified: trunk/reactos/drivers/video/displays/framebufacc/enable.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/video/displays/framebufacc/enable.c?rev=53435&r1=53434&r2=53435&view=diff
==============================================================================
--- trunk/reactos/drivers/video/displays/framebufacc/enable.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/video/displays/framebufacc/enable.c [iso-8859-1] Thu Aug 25 08:03:15 2011
@@ -108,13 +108,15 @@
    }
 
    /* hw mouse pointer */
-   
+
     ppdev->pPointerAttributes = NULL;
     ppdev->PointerAttributesSize = 0;
 
     /* Test see if the driver support hw mouse or not */
-    if (!EngDeviceIoControl(ppdev->hDriver,IOCTL_VIDEO_QUERY_POINTER_CAPABILITIES,
-                            &ppdev->ModeIndex, sizeof(PVIDEO_MODE),
+    if (!EngDeviceIoControl(ppdev->hDriver,
+                            IOCTL_VIDEO_QUERY_POINTER_CAPABILITIES,
+                            NULL,
+                            sizeof(PVIDEO_MODE),
                             &ppdev->PointerCapabilities,
                             sizeof(VIDEO_POINTER_CAPABILITIES),
                             &returnedDataLength))




More information about the Ros-diffs mailing list