mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[FRAMEBUF_ACC]
Same fix as r53434 svn path=/trunk/; revision=53435
This commit is contained in:
parent
4f3fe47484
commit
eec01877b4
1 changed files with 5 additions and 3 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue