VirtualBox

Ignore:
Timestamp:
Jan 26, 2015 9:14:57 PM (10 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
97868
Message:

Devices/Graphics, Main: optionally send cursor integration toggle and guest cursor position information through the graphics device. Small test case fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/testcase/tstMouseImpl.cpp

    r53965 r53969  
    4646    virtual HRESULT i_reportHostCursorCapabilities(uint32_t fCapabilitiesAdded, uint32_t fCapabilitiesRemoved)
    4747    { return S_OK; }
    48     virtual HRESULT i_reportHostCursorPosition(int32_t x, int32_t y) {}
     48    virtual HRESULT i_reportHostCursorPosition(int32_t x, int32_t y) { return S_OK; }
    4949};
    5050
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