Changeset 30039 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3DIf.cpp
- Timestamp:
- Jun 4, 2010 3:43:40 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3DIf.cpp
r30038 r30039 80 80 ); 81 81 82 Assert(0);83 84 82 if(!bResult) /* WM_QUIT was posted */ 85 83 break; … … 160 158 if (pWorker->hThread) 161 159 { 162 Assert(0);163 160 rc = RTSemEventWait(pWorker->hEvent, RT_INDEFINITE_WAIT); 164 161 AssertRC(rc); … … 265 262 VBOXDISPWND_NAME, VBOXDISPWND_NAME, 266 263 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, 268 270 GetDesktopWindow() /* hWndParent */, 269 271 NULL /* hMenu */,
Note:
See TracChangeset
for help on using the changeset viewer.