VirtualBox

Ignore:
Timestamp:
Jul 5, 2009 5:37:04 PM (15 years ago)
Author:
vboxsync
Message:

VMMDev.h: cleanup.

Location:
trunk/src/VBox/Additions/WINNT/i8042prt
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/i8042prt/i8042dep.c

    r13837 r21226  
    13521352        {
    13531353            /* Inform host that we support absolute */
    1354             req->mouseFeatures = VBOXGUEST_MOUSE_GUEST_CAN_ABSOLUTE;
     1354            req->mouseFeatures = VMMDEV_MOUSE_GUEST_CAN_ABSOLUTE;
    13551355            req->pointerXPos = 0;
    13561356            req->pointerYPos = 0;
  • trunk/src/VBox/Additions/WINNT/i8042prt/moudep.c

    r20961 r21226  
    543543                    if (RT_SUCCESS(rc) && RT_SUCCESS(req->header.rc))
    544544                    {
    545                         if (req->mouseFeatures & VBOXGUEST_MOUSE_HOST_CAN_ABSOLUTE)
     545                        if (req->mouseFeatures & VMMDEV_MOUSE_HOST_CAN_ABSOLUTE)
    546546                        {
    547547                            // make it an absolute move
     
    609609                    if (RT_SUCCESS(rc) && RT_SUCCESS(req->header.rc))
    610610                    {
    611                         if (req->mouseFeatures & VBOXGUEST_MOUSE_HOST_CAN_ABSOLUTE)
     611                        if (req->mouseFeatures & VMMDEV_MOUSE_HOST_CAN_ABSOLUTE)
    612612                        {
    613613                            // make it an absolute move
Note: See TracChangeset for help on using the changeset viewer.

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