+ added the PFD_DIRECT3D_ACCELERATED and PFD_SUPPORT_COMPOSITION constants to

the windows unit

git-svn-id: trunk@25774 -
This commit is contained in:
nickysn 2013-10-14 11:59:24 +00:00
parent 480f687160
commit 6cf2382760

View File

@ -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;