Changeset 84219 in vbox
- Timestamp:
- May 8, 2020 4:23:37 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 137827
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp
r84216 r84219 1134 1134 x11Context.pScreenResources = x11Context.pXRRGetScreenResources(x11Context.pDisplay, x11Context.rootWindow); 1135 1135 #endif 1136 x11Context.hOutputCount = determineOutputCount();1136 x11Context.hOutputCount = x11Context.fWmwareCtrlExtention ? determineOutputCount() : 1; 1137 1137 1138 1138 if (!x11Context.pScreenResources)
Note:
See TracChangeset
for help on using the changeset viewer.