VirtualBox

Changeset 68589 in vbox


Ignore:
Timestamp:
Aug 31, 2017 12:22:42 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
117806
Message:

VBoxGuest-linux.c: build fix in vgdrvLinuxSetMouseStatus.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c

    r68588 r68589  
    402402    VBGLREQHDR_INIT(&Req.Hdr, SET_MOUSE_STATUS);
    403403    Req.u.In.fStatus = fStatus;
    404     rc = VGDrvCommonIoCtl(VBGL_IOCTL_SET_MOUSE_STATUS, &g_DevExt, g_pKernelSession, &Req.Hdr, sizeof(Req), NULL);
     404    rc = VGDrvCommonIoCtl(VBGL_IOCTL_SET_MOUSE_STATUS, &g_DevExt, g_pKernelSession, &Req.Hdr, sizeof(Req));
    405405    if (RT_SUCCESS(rc))
    406406        rc = Req.Hdr.rc;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette