Changeset 54859 in vbox for trunk/src/VBox/Additions
- Timestamp:
- Mar 20, 2015 9:10:04 AM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 99067
- Location:
- trunk/src/VBox/Additions/x11/VBoxClient
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/clipboard.cpp
r54858 r54859 293 293 VBClFatalError(("Failed to connect to the VirtualBox kernel service, rc=%Rrc\n", rc)); 294 294 rc = vboxClipboardConnect(); 295 /* Not RT_SUCCESS: VINF_PERMISSION_DENIED is host service not present. */ 295 296 if (rc == VINF_SUCCESS) 296 297 rc = vboxClipboardMain(); -
trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp
r54858 r54859 2256 2256 if (RT_FAILURE(rc)) 2257 2257 LogRel(("DnD: Unable to connect to drag'n drop service, rc=%Rrc\n", rc)); 2258 /* Not RT_FAILURE: VINF_PERMISSION_DENIED is host service not present. */ 2258 2259 if (rc != VINF_SUCCESS) 2259 2260 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.