VirtualBox

Ignore:
Timestamp:
Nov 24, 2010 10:06:02 PM (14 years ago)
Author:
vboxsync
Message:

wddm/3d: propper hide host window on swapchain destruction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Miniport/wddm/VBoxVideoIf.h

    r33530 r34345  
    3030
    3131/* One would increase this whenever definitions in this file are changed */
    32 #define VBOXVIDEOIF_VERSION 7
     32#define VBOXVIDEOIF_VERSION 8
    3333
    3434/* create allocation func */
     
    214214    VBOXWDDM_CONTEXT_TYPE_CUSTOM_2D,
    215215    VBOXWDDM_CONTEXT_TYPE_CUSTOM_UHGSMI_3D,
    216     VBOXWDDM_CONTEXT_TYPE_CUSTOM_UHGSMI_GL
     216    VBOXWDDM_CONTEXT_TYPE_CUSTOM_UHGSMI_GL,
     217    VBOXWDDM_CONTEXT_TYPE_CUSTOM_SESSION
    217218} VBOXWDDM_CONTEXT_TYPE;
    218219
     
    246247            /* adds hidden regions */
    247248            UINT bAddHiddenRects : 1;
    248             UINT Reserved : 29;
     249            /* hide entire window */
     250            UINT bHide : 1;
     251            /* reserved */
     252            UINT Reserved : 28;
    249253        };
    250254        uint32_t Value;
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