VirtualBox

Ignore:
Timestamp:
Oct 10, 2016 8:40:56 AM (8 years ago)
Author:
vboxsync
Message:

bugref:8614: Additions/common/VBoxVideo: make the code more self-contained: break the VBoxVideo.h dependency on VMMDev.h by moving VBVA and mouse cursor flags to VBoxVideo.h. Now there is a dependency the other way, but I do not think that is such a problem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/drm/vbox_mode.c

    r64172 r64185  
    699699    if (ret)
    700700        return ret;
    701     if (   caps & VMMDEV_MOUSE_HOST_CANNOT_HWPOINTER
    702         || !(caps & VMMDEV_MOUSE_HOST_WANTS_ABSOLUTE))
     701    if (!(caps & VBOX_VBVA_CURSOR_CAPABILITY_HARDWARE))
    703702        /* -EINVAL means cursor_set2() not supported, -EAGAIN means
    704703         * retry at once. */
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