Changeset 56322 in vbox
- Timestamp:
- Jun 9, 2015 10:57:57 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 100909
- Location:
- trunk/src/VBox/Additions
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxVideo/HGSMIBase.cpp
r56294 r56322 604 604 605 605 606 /** 606 /** 607 607 * Report the guest cursor position. The host may wish to use this information 608 608 * to re-position its own cursor (though this is currently unlikely). The -
trunk/src/VBox/Additions/common/VBoxVideo/Modesetting.cpp
r56294 r56322 284 284 * expressed. This information remains valid until the next VBVA resize event 285 285 * for any screen, at which time it is reset to the bounding rectangle of all 286 * virtual screens. 286 * virtual screens. 287 287 * @param pCtx The context containing the heap to use. 288 288 * @param cOriginX Upper left X co-ordinate relative to the first screen. -
trunk/src/VBox/Additions/x11/VBoxClient/display.cpp
r56211 r56322 222 222 223 223 rc = VbglR3GetMouseStatus(&fFeatures, NULL, NULL); 224 224 225 225 if (rc != VINF_SUCCESS) 226 226 VBClFatalError(("Failed to get mouse status, rc=%Rrc\n", rc)); -
trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp
r55997 r56322 948 948 else 949 949 { 950 LogFlowThisFunc(("Refusing unknown command of wnd=%#x ('%s')\n", e.xselectionrequest.requestor, 950 LogFlowThisFunc(("Refusing unknown command of wnd=%#x ('%s')\n", e.xselectionrequest.requestor, 951 951 propName.value ? (const char *)propName.value : "<No name>")); 952 952
Note:
See TracChangeset
for help on using the changeset viewer.