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.

Location:
trunk/src/VBox/Additions/common/VBoxVideo
Files:
2 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. */
  • trunk/src/VBox/Additions/common/VBoxVideo/Modesetting.cpp

    r53966 r53970  
    298298    int rc = VINF_SUCCESS;
    299299    VBVAREPORTINPUTMAPPING *p;
    300     LogRelFlowFunc(("cOriginX=%u, cOriginY=%u, cWidth=%u, cHeight=%u\n",
    301                     (unsigned)cOriginX, (unsigned)cOriginX,
    302                     (unsigned)cWidth, (unsigned)cHeight));
     300    Log(("%s: cOriginX=%u, cOriginY=%u, cWidth=%u, cHeight=%u\n", __PRETTY_FUNCTION__, (unsigned)cOriginX, (unsigned)cOriginX,
     301         (unsigned)cWidth, (unsigned)cHeight));
    303302
    304303    /* Allocate the IO buffer. */
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