Changeset 81028 in vbox for trunk/src/VBox/Additions/x11/VBoxClient/display-svga-x11.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/display-svga-x11.cpp
r79028 r81028 245 245 if (x11Context.pDisplay == NULL) 246 246 return VINF_SUCCESS; 247 /* Initialise the guest library. */248 rc = VbglR3InitUser();249 if (RT_FAILURE(rc))250 VBClFatalError(("Failed to connect to the VirtualBox kernel service, rc=%Rrc\n", rc));251 247 rc = VbglR3CtlFilterMask(VMMDEV_EVENT_DISPLAY_CHANGE_REQUEST, 0); 252 248 if (RT_FAILURE(rc))
Note:
See TracChangeset
for help on using the changeset viewer.