VirtualBox

Ignore:
Timestamp:
Jul 5, 2010 5:02:02 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
63361
Message:

wddm/3d: fix initial size

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/common/crOpenGL/load.c

    r30624 r30626  
    760760
    761761        hNewRgn = stubMakeRegionFromRects(pRegions->pRegions, 1);
     762
     763#if 0
     764        /* may be needed in the future for proper resize handling */
     765        {
     766            BOOL bRc = MoveWindow(pRegions->hWnd, winX, winY, winW, winH, FALSE /*BOOL bRepaint*/);
     767            if (!bRc)
     768            {
     769                DWORD winEr = GetLastError();
     770                crWarning("stubSyncTrUpdateWindowCB: MoveWindow failed winEr(%d)", winEr);
     771            }
     772        }
     773#endif
    762774    }
    763775    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