Explorar o código

+ added the PFD_DIRECT3D_ACCELERATED and PFD_SUPPORT_COMPOSITION constants to
the windows unit

git-svn-id: trunk@25774 -

nickysn %!s(int64=12) %!d(string=hai) anos
pai
achega
6cf2382760
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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;