VirtualBox

Ignore:
Timestamp:
May 25, 2018 3:25:31 PM (7 years ago)
Author:
vboxsync
Message:

WDDM/VBoxTray: bugref:8444, defined 'unified' format for display mode hint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/include/VBoxDisplay.h

    r69500 r72346  
    2020#include <iprt/types.h>
    2121#include <iprt/assert.h>
     22
     23typedef enum
     24{
     25    VBOXDISPLAY_MODEHINT_ACTIVE = 0x00000001,
     26    VBOXDISPLAY_MODEHINT_PRIMARY = 0x00000002,
     27    VBOXDISPLAY_MODEHINT_MASK = 0x00000003
     28} VBOXDISPLAY_MODEHINT_FLAGS;
     29
     30typedef struct _VBOXDISPLAY_MODEHINT
     31{
     32    uint32_t idTarget;
     33    int32_t xOrigin;
     34    int32_t yOrigin;
     35    uint32_t cx;
     36    uint32_t cy;
     37    uint32_t cBPP;
     38    VBOXDISPLAY_MODEHINT_FLAGS fModeHintFlags;
     39} VBOXDISPLAY_MODEHINT;
    2240
    2341#define VBOXESC_SETVISIBLEREGION            0xABCD9001
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