VirtualBox

Changeset 77452 in vbox for trunk/src/VBox/Main/src-client


Ignore:
Timestamp:
Feb 25, 2019 6:37:42 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
129023
Message:

Devices/Graphics, pdm, Main: add out-of-range to host-side pointer reporting.
bugref:9376: Complete hardware cursor implementation in VMSVGA
Fix trailing white-space from last change.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/MouseImpl.cpp

    r77451 r77452  
    675675            pDisplay->i_reportHostCursorPosition(x - 1, y - 1, false);
    676676        else  /* Out of range. */
    677             pDisplay->i_reportHostCursorPosition(0, 0, true);           
     677            pDisplay->i_reportHostCursorPosition(0, 0, true);
    678678    }
    679679    return S_OK;
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