Changeset 83911 in vbox
- Timestamp:
- Apr 21, 2020 7:38:05 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp
r83910 r83911 846 846 static bool disableCRTC(RRCrtc crtcID) 847 847 { 848 Status ret ;848 Status ret = Success; 849 849 #ifdef WITH_DISTRO_XRAND_XINERAMA 850 850 ret = XRRSetCrtcConfig(x11Context.pDisplay, x11Context.pScreenResources, crtcID, … … 1033 1033 1034 1034 RRCrtc crtcId = pOutputInfo->crtcs[0]; 1035 Status ret ;1035 Status ret = Success; 1036 1036 #ifdef WITH_DISTRO_XRAND_XINERAMA 1037 1037 ret = XRRSetCrtcConfig(x11Context.pDisplay, x11Context.pScreenResources, crtcId, CurrentTime,
Note:
See TracChangeset
for help on using the changeset viewer.