- Timestamp:
- Dec 16, 2018 9:37:14 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 127520
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp
r75955 r76250 3817 3817 InsertConfigInteger(pCfg, "VMSVGAPciId", true); 3818 3818 #ifdef VBOX_WITH_VMSVGA3D 3819 IFramebuffer *pFramebuffer = NULL;3820 hrc = i_getDisplay()->QueryFramebuffer(0, &pFramebuffer);3821 if (SUCCEEDED(hrc) && pFramebuffer)3822 {3823 LONG64 winId = 0;3824 /** @todo deal with multimonitor setup */3825 /** @todo The device should not need "HostWindowId". */3826 // Assert(cMonitorCount == 1);3827 hrc = pFramebuffer->COMGETTER(WinId)(&winId);3828 InsertConfigInteger(pCfg, "HostWindowId", winId);3829 pFramebuffer->Release();3830 }3831 3819 InsertConfigInteger(pCfg, "VMSVGA3dEnabled", f3DEnabled); 3832 3820 #else
Note:
See TracChangeset
for help on using the changeset viewer.