VirtualBox

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

Devices/Graphics, Main: optionally send cursor integration toggle and guest cursor position information through the graphics device. X11/Linux Additions support, Windows fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp

    r53966 r53970  
    599599    int rc = VINF_SUCCESS;
    600600    VBVACURSORPOSITION *p;
    601     LogRelFlowFunc(("x=%u, y=%u\n", (unsigned)x, (unsigned)y));
     601    Log(("%s: x=%u, y=%u\n", __PRETTY_FUNCTION__, (unsigned)x, (unsigned)y));
    602602
    603603    /* Allocate the IO buffer. */
     
    616616            if (pyHost)
    617617                *pyHost = p->y;
    618             LogRelFlowFunc(("return: x=%u, y=%u\n", (unsigned)x, (unsigned)y));
     618            Log(("%s: return: x=%u, y=%u\n", __PRETTY_FUNCTION__, (unsigned)x, (unsigned)y));
    619619        }
    620620        /* Free the IO buffer. */
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