VirtualBox

Ignore:
Timestamp:
Jun 4, 2010 3:43:40 PM (15 years ago)
Author:
vboxsync
Message:

wddm/3d: hide created window for now

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3DIf.cpp

    r30038 r30039  
    8080            );
    8181
    82         Assert(0);
    83 
    8482        if(!bResult) /* WM_QUIT was posted */
    8583            break;
     
    160158            if (pWorker->hThread)
    161159            {
    162                 Assert(0);
    163160                rc = RTSemEventWait(pWorker->hEvent, RT_INDEFINITE_WAIT);
    164161                AssertRC(rc);
     
    265262                                        VBOXDISPWND_NAME, VBOXDISPWND_NAME,
    266263                                        WS_CLIPSIBLINGS | WS_CLIPCHILDREN | WS_DISABLED,
    267                                         0, 0, w, h,
     264#ifdef DEBUG_misha
     265                                        -1024, -1024,
     266#else
     267                                        0, 0,
     268#endif
     269                                        w, h,
    268270                                        GetDesktopWindow() /* hWndParent */,
    269271                                        NULL /* hMenu */,
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