mirror of
https://github.com/reactos/reactos.git
synced 2025-02-20 15:35:04 +00:00
[PSDK] Add PFD_SUPPORT_COMPOSITION definition
This commit is contained in:
parent
5f2bebf7a5
commit
115aa24a29
1 changed files with 1 additions and 0 deletions
|
@ -310,6 +310,7 @@ extern "C" {
|
|||
#define PFD_SWAP_COPY 0x00000400
|
||||
#define PFD_SWAP_LAYER_BUFFERS 0x00000800
|
||||
#define PFD_GENERIC_ACCELERATED 0x00001000
|
||||
#define PFD_SUPPORT_COMPOSITION 0x00008000
|
||||
#define PFD_DEPTH_DONTCARE 0x20000000
|
||||
#define PFD_DOUBLEBUFFER_DONTCARE 0x40000000
|
||||
#define PFD_STEREO_DONTCARE 0x80000000
|
||||
|
|
Loading…
Reference in a new issue