mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 06:47:53 +02:00
+ added the PFD_DIRECT3D_ACCELERATED and PFD_SUPPORT_COMPOSITION constants to
the windows unit git-svn-id: trunk@25774 -
This commit is contained in:
parent
480f687160
commit
6cf2382760
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user