mirror of
https://github.com/reactos/reactos.git
synced 2025-05-06 10:28:45 +00:00
[FRAMEBUF_NEW]
- According to MSDN IOCTL_VIDEO_QUERY_POINTER_CAPABILITIES doesn't have an in-parameter. This code was copied from MS sample code, but it doesn't make sense, since the size field doesn't even match the in-buffer size. VBox driver also doesn't use these parameters and we don't handle the ioctl anyway. svn path=/trunk/; revision=53434
This commit is contained in:
parent
371eb3f33e
commit
4f3fe47484
1 changed files with 2 additions and 2 deletions
|
@ -410,8 +410,8 @@ BOOL bInitPointer(PPDEV ppdev, DEVINFO *pdevinfo)
|
|||
|
||||
if (EngDeviceIoControl(ppdev->hDriver,
|
||||
IOCTL_VIDEO_QUERY_POINTER_CAPABILITIES,
|
||||
&ppdev->ulMode,
|
||||
sizeof(PVIDEO_MODE),
|
||||
NULL,
|
||||
0,
|
||||
&ppdev->PointerCapabilities,
|
||||
sizeof(ppdev->PointerCapabilities),
|
||||
&returnedDataLength))
|
||||
|
|
Loading…
Reference in a new issue