[FRAMEBUF_ACC]

Same fix as r53434

svn path=/trunk/; revision=53435
This commit is contained in:
Timo Kreuzer 2011-08-25 08:03:15 +00:00
parent 4f3fe47484
commit eec01877b4

View file

@ -113,8 +113,10 @@ DrvEnablePDEV(
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))