Changeset 84832 in vbox
- Timestamp:
- Jun 15, 2020 12:41:21 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp
r84831 r84832 650 650 hRunningOffset += hWidth; 651 651 } 652 returnVMwareCtrlSetTopology(x11Context.pDisplay, x11Context.hVMWCtrlMajorOpCode,653 DefaultScreen(x11Context.pDisplay),654 extents, x11Context.hOutputCount);652 bool fResult = VMwareCtrlSetTopology(x11Context.pDisplay, x11Context.hVMWCtrlMajorOpCode, 653 DefaultScreen(x11Context.pDisplay), 654 extents, x11Context.hOutputCount); 655 655 free(extents); 656 return fResult; 656 657 } 657 658
Note:
See TracChangeset
for help on using the changeset viewer.

