Browse Source

vdi: enlarge control array, needed by some NVDI5 functions

Thorsten Otto 3 years ago
parent
commit
a9e3882e37
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/tosunits/src/vditypes.inc

+ 1 - 1
packages/tosunits/src/vditypes.inc

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