VirtualBox

Changeset 76250 in vbox for trunk


Ignore:
Timestamp:
Dec 16, 2018 9:37:14 AM (6 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
127520
Message:

Main: removed obsolete HostWindowId

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/ConsoleImpl2.cpp

    r75955 r76250  
    38173817                InsertConfigInteger(pCfg, "VMSVGAPciId", true);
    38183818#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             }
    38313819            InsertConfigInteger(pCfg, "VMSVGA3dEnabled", f3DEnabled);
    38323820#else
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette