[FRAMEBUF_ACC]
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 25 Aug 2011 08:03:15 +0000 (08:03 +0000)
committerTimo Kreuzer <timo.kreuzer@reactos.org>
Thu, 25 Aug 2011 08:03:15 +0000 (08:03 +0000)
Same fix as r53434

svn path=/trunk/; revision=53435

reactos/drivers/video/displays/framebufacc/enable.c

index 40d5366..8d1b133 100644 (file)
@@ -108,13 +108,15 @@ DrvEnablePDEV(
    }
 
    /* 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))