vdi: enlarge control array, needed by some NVDI5 functions

This commit is contained in:
Thorsten Otto 2022-02-10 13:59:36 +01:00 committed by Charlie Balogh
parent fdfd7c07ed
commit a9e3882e37

View File

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