Browse Source

+ added the PFD_DIRECT3D_ACCELERATED and PFD_SUPPORT_COMPOSITION constants to
the windows unit

git-svn-id: trunk@25774 -

nickysn 12 năm trước cách đây
mục cha
commit
6cf2382760
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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_SWAP_LAYER_BUFFERS = $800;
      PFD_GENERIC_ACCELERATED = $1000;
      PFD_GENERIC_ACCELERATED = $1000;
      PFD_SUPPORT_DIRECTDRAW = $2000;
      PFD_SUPPORT_DIRECTDRAW = $2000;
+     PFD_DIRECT3D_ACCELERATED = $4000;
+     PFD_SUPPORT_COMPOSITION = $8000;
   { TEXTMETRIC structure  }
   { TEXTMETRIC structure  }
      TMPF_FIXED_PITCH = $1;
      TMPF_FIXED_PITCH = $1;
      TMPF_VECTOR = $2;
      TMPF_VECTOR = $2;