https://git.reactos.org/?p=reactos.git;a=commitdiff;h=115aa24a29e9e4d70c9bf4e6f5d66af70fdf8209

commit 115aa24a29e9e4d70c9bf4e6f5d66af70fdf8209
Author:     Jérôme Gardou <[email protected]>
AuthorDate: Wed Dec 12 22:35:14 2018 +0100
Commit:     Jérôme Gardou <[email protected]>
CommitDate: Sat Jan 19 14:23:54 2019 +0100

    [PSDK] Add PFD_SUPPORT_COMPOSITION definition
---
 sdk/include/psdk/wingdi.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sdk/include/psdk/wingdi.h b/sdk/include/psdk/wingdi.h
index dd638f1cff..537837813c 100644
--- a/sdk/include/psdk/wingdi.h
+++ b/sdk/include/psdk/wingdi.h
@@ -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

Reply via email to