mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-05 19:30:27 +02:00
vdi: enlarge control array, needed by some NVDI5 functions
This commit is contained in:
parent
fdfd7c07ed
commit
a9e3882e37
@ -274,7 +274,7 @@ type
|
||||
|
||||
type
|
||||
PVDIContrl = ^TVDIContrl;
|
||||
TVDIContrl = ARRAY[0..11] of smallint;
|
||||
TVDIContrl = ARRAY[0..14] of smallint;
|
||||
|
||||
PVDIPtsIn = ^TVDIPtsIn;
|
||||
TVDIPtsIn = array[0..1023] of smallint;
|
||||
|
Loading…
Reference in New Issue
Block a user