VirtualBox

Changeset 30685 in vbox


Ignore:
Timestamp:
Jul 7, 2010 12:12:47 AM (15 years ago)
Author:
vboxsync
Message:

wddm/3d: create fake window properly for wine (no borders & no caption)

File:
1 edited

Legend:

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

    r30057 r30685  
    259259    if (hr == S_OK)
    260260    {
    261         HWND hWnd = CreateWindowEx (WS_EX_NOACTIVATE | WS_EX_NOPARENTNOTIFY,
     261        HWND hWnd = CreateWindowEx (WS_EX_TOOLWINDOW,
    262262                                        VBOXDISPWND_NAME, VBOXDISPWND_NAME,
    263                                         WS_CLIPSIBLINGS | WS_CLIPCHILDREN | WS_DISABLED,
     263                                        WS_POPUP | WS_CLIPSIBLINGS | WS_CLIPCHILDREN | WS_DISABLED,
    264264                                        0, 0,
    265265                                        w, h,
    266                                         GetDesktopWindow() /* hWndParent */,
     266                                        NULL, //GetDesktopWindow() /* hWndParent */,
    267267                                        NULL /* hMenu */,
    268268                                        hInstance,
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