VirtualBox

Ignore:
Timestamp:
Jun 16, 2020 2:23:39 PM (5 years ago)
Author:
vboxsync
Message:

DevVGA-SVGA3d: Jettison the titlebar and border of the window we pass to CreateDeviceEx, as things goes sideways if we don't have any pixels in the client area. The titlebar size and stuff changes with the subsystem/os version number in the PE header, so when the new linker started putting 6.00 there instead of 5.02, things stopped working on a bunch of W10 systems. bugref:8489

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA3d.h

    r84742 r84849  
    118118# define WM_VMSVGA3D_DESTROYWINDOW              (WM_APP+3)
    119119# define WM_VMSVGA3D_EXIT                       (WM_APP+5)
     120# if 0
     121#  define WM_VMSVGA3D_CREATE_DEVICE             (WM_APP+6)
     122typedef struct VMSVGA3DCREATEDEVICEPARAMS
     123{
     124    struct VMSVGA3DSTATE   *pState;
     125    struct VMSVGA3DCONTEXT *pContext;
     126    struct _D3DPRESENT_PARAMETERS_ *pPresParams;
     127    HRESULT                 hrc;
     128} VMSVGA3DCREATEDEVICEPARAMS;
     129# endif
    120130
    121131DECLCALLBACK(int) vmsvga3dWindowThread(RTTHREAD ThreadSelf, void *pvUser);
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