Browse Source

+ added the PFD_DIRECT3D_ACCELERATED and PFD_SUPPORT_COMPOSITION constants to
the windows unit

git-svn-id: trunk@25774 -

nickysn 11 years ago
parent
commit
6cf2382760
1 changed files with 2 additions and 0 deletions
  1. 2 0
      rtl/win/wininc/defines.inc

+ 2 - 0
rtl/win/wininc/defines.inc

@@ -5322,6 +5322,8 @@ Type
      PFD_SWAP_LAYER_BUFFERS = $800;
      PFD_GENERIC_ACCELERATED = $1000;
      PFD_SUPPORT_DIRECTDRAW = $2000;
+     PFD_DIRECT3D_ACCELERATED = $4000;
+     PFD_SUPPORT_COMPOSITION = $8000;
   { TEXTMETRIC structure  }
      TMPF_FIXED_PITCH = $1;
      TMPF_VECTOR = $2;