VirtualBox

Changeset 53315 in vbox for trunk


Ignore:
Timestamp:
Nov 12, 2014 9:52:00 PM (10 years ago)
Author:
vboxsync
Message:

VBoxTray: keep monitor layout when resizing with WDDM driver, Windows 7 fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/VBoxTray/VBoxDispIf.cpp

    r53313 r53315  
    14351435
    14361436    NTSTATUS Status = Op.pIf->modeData.wddm.KmtCallbacks.pfnD3DKMTInvalidateActiveVidPn(&DdiData);
    1437     if (NT_SUCCESS(Status))
    1438         winEr = NO_ERROR;
    1439     else
     1437    LogFunc(("InvalidateActiveVidPn 0x%08x\n", Status));
     1438
     1439    /* Resize displays always to keep the display layout because
     1440     * "the D3DKMTInvalidateActiveVidPn function always resets a multimonitor desktop to the default configuration".
     1441     */
    14401442    {
    14411443        winEr = NO_ERROR;
Note: See TracChangeset for help on using the changeset viewer.

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