Changeset 86887 in vbox for trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp
- Timestamp:
- Nov 16, 2020 10:49:34 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp
r86878 r86887 1160 1160 1161 1161 #ifdef VBOX_WITH_VBOXSERVICE_DRMRESIZE 1162 if (VbglR3D RMClientIsNeeded())1163 { 1164 rc = VbglR3D RMClientStart();1162 if (VbglR3DrmClientIsNeeded()) 1163 { 1164 rc = VbglR3DrmClientStart(); 1165 1165 if (RT_FAILURE(rc)) 1166 1166 VGSvcError("Starting DRM resizing client failed with %Rrc\n", rc);
Note:
See TracChangeset
for help on using the changeset viewer.