diff options
author | José Fonseca <jfonseca@vmware.com> | 2014-11-19 16:29:15 +0000 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2014-11-19 23:21:27 +0000 |
commit | 5258cb7f4b4c17b59c4080422d0f862af6e26af8 (patch) | |
tree | c1575c883051c52fdd9a6192d7967000c060a1ba /dispatch | |
parent | b6f8267794b8c7f2a33236d46a857a84388b8485 (diff) |
specs: More accurately describe PIXELFORMATDESCRIPTOR members.
Diffstat (limited to 'dispatch')
-rw-r--r-- | dispatch/glimports.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dispatch/glimports.hpp b/dispatch/glimports.hpp index 50689b30..44f2a0f3 100644 --- a/dispatch/glimports.hpp +++ b/dispatch/glimports.hpp @@ -92,6 +92,9 @@ #ifndef PFD_SUPPORT_DIRECTDRAW #define PFD_SUPPORT_DIRECTDRAW 0x00002000 #endif +#ifndef PFD_DIRECT3D_ACCELERATED +#define PFD_DIRECT3D_ACCELERATED 0x00004000 +#endif #ifndef PFD_SUPPORT_COMPOSITION #define PFD_SUPPORT_COMPOSITION 0x00008000 #endif |