Changeset 75700 in vbox
- Timestamp:
- Nov 24, 2018 2:02:41 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r75495 r75700 3838 3838 LONG64 winId = 0; 3839 3839 /** @todo deal with multimonitor setup */ 3840 Assert(cMonitorCount == 1); 3840 /** @todo The device should not need "HostWindowId". */ 3841 // Assert(cMonitorCount == 1); 3841 3842 hrc = pFramebuffer->COMGETTER(WinId)(&winId); 3842 3843 InsertConfigInteger(pCfg, "HostWindowId", winId);
Note:
See TracChangeset
for help on using the changeset viewer.