Changeset 30685 in vbox
- Timestamp:
- Jul 7, 2010 12:12:47 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/wddm/VBoxDispD3DIf.cpp
r30057 r30685 259 259 if (hr == S_OK) 260 260 { 261 HWND hWnd = CreateWindowEx (WS_EX_ NOACTIVATE | WS_EX_NOPARENTNOTIFY,261 HWND hWnd = CreateWindowEx (WS_EX_TOOLWINDOW, 262 262 VBOXDISPWND_NAME, VBOXDISPWND_NAME, 263 WS_ CLIPSIBLINGS | WS_CLIPCHILDREN | WS_DISABLED,263 WS_POPUP | WS_CLIPSIBLINGS | WS_CLIPCHILDREN | WS_DISABLED, 264 264 0, 0, 265 265 w, h, 266 GetDesktopWindow() /* hWndParent */,266 NULL, //GetDesktopWindow() /* hWndParent */, 267 267 NULL /* hMenu */, 268 268 hInstance,
Note:
See TracChangeset
for help on using the changeset viewer.