Changeset 91670 in vbox for trunk/src/VBox/Additions/x11
- Timestamp:
- Oct 11, 2021 7:35:02 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp
r90629 r91670 739 739 { 740 740 rc = VbglR3DrmClientStart(); 741 if (RT_FAILURE(rc)) 741 if (RT_SUCCESS(rc)) 742 { 743 VBClLogInfo("VBoxDrmClient has been successfully started, exitting parent process\n"); 744 exit(0); 745 } 746 else 747 { 742 748 VBClLogError("Starting DRM resizing client failed with %Rrc\n", rc); 749 } 743 750 return rc; 744 751 }
Note:
See TracChangeset
for help on using the changeset viewer.