- Timestamp:
- Feb 11, 2020 1:16:48 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/seamless-x11.cpp
r83045 r83048 93 93 mRandRMask = 0; 94 94 mRandRAvailable = false; 95 if (XRRQueryExtension(mDisplay, &mRandREventBase, &mRandRErrorBase))95 /*if (XRRQueryExtension(mDisplay, &mRandREventBase, &mRandRErrorBase)) 96 96 { 97 97 int iRandRMajor = 0; … … 106 106 RROutputPropertyNotifyMask; 107 107 } 108 }108 }*/ 109 109 mHostCallback = pHostCallback; 110 110 mEnabled = false;
Note:
See TracChangeset
for help on using the changeset viewer.