Przeglądaj źródła

vdi: enlarge control array, needed by some NVDI5 functions

Thorsten Otto 3 lat temu
rodzic
commit
a9e3882e37
1 zmienionych plików z 1 dodań i 1 usunięć
  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;