Changeset 81028 in vbox for trunk/src/VBox/Additions/x11/VBoxClient/clipboard.cpp
- Timestamp:
- Sep 26, 2019 4:57:53 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/clipboard.cpp
r80990 r81028 291 291 292 292 /* Initialise the guest library. */ 293 int rc = VbglR3InitUser(); 294 if (RT_FAILURE(rc)) 295 VBClFatalError(("Failed to connect to the VirtualBox kernel service, rc=%Rrc\n", rc)); 296 rc = SharedClipboardSvcImplConnect(); 293 int rc = SharedClipboardSvcImplConnect(); 297 294 /* Not RT_SUCCESS: VINF_PERMISSION_DENIED is host service not present. */ 298 295 if (rc == VINF_SUCCESS)
Note:
See TracChangeset
for help on using the changeset viewer.