Changeset 83236 in vbox for trunk/src/VBox/Additions/x11
- Timestamp:
- Mar 9, 2020 8:54:59 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp
r83234 r83236 376 376 return false; 377 377 callVMWCTRL(); 378 if (RT_FAILURE(startX11MonitorThread()))379 return false;380 378 #ifdef WITH_DISTRO_XRAND_XINERAMA 381 379 XRRSelectInput(x11Context.pDisplay, x11Context.rootWindow, x11Context.hEventMask); … … 384 382 x11Context.pXRRSelectInput(x11Context.pDisplay, x11Context.rootWindow, x11Context.hEventMask); 385 383 #endif 384 if (RT_FAILURE(startX11MonitorThread())) 385 return false; 386 386 return true; 387 387 }
Note:
See TracChangeset
for help on using the changeset viewer.