VirtualBox

Changeset 23039 in vbox


Ignore:
Timestamp:
Sep 15, 2009 8:01:17 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
52355
Message:

Additions/x11/vboxmouse: only unset our own mouse status flags on unload

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/vboxmouse/vboxmouse_15.c

    r22685 r23039  
    6666    uint32_t cx, cy, fFeatures;
    6767
    68     /* The first test here is a workaround for an apparant bug in Xorg Server 1.5 */
     68    /* The first test here is a workaround for an apparent bug in Xorg Server 1.5 */
    6969    if (   miPointerGetScreen(pInfo->dev) != NULL
    7070        && RT_SUCCESS(VbglR3GetMouseStatus(&fFeatures, &cx, &cy))
     
    178178                                      & ~VMMDEV_MOUSE_GUEST_CAN_ABSOLUTE
    179179                                      & ~VMMDEV_MOUSE_GUEST_USES_VMMDEV);
    180         VbglR3SetMouseStatus(0);
    181180        xf86RemoveEnabledDevice(pInfo);
    182181        device->public.on = FALSE;
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