diff options
Diffstat (limited to 'src/fltk.ads')
-rw-r--r-- | src/fltk.ads | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/fltk.ads b/src/fltk.ads index 4af6b42..f6b7292 100644 --- a/src/fltk.ads +++ b/src/fltk.ads @@ -30,6 +30,9 @@ package FLTK is -- acted in a way that the binding really did not expect. Internal_FLTK_Error : exception; + -- Text buffers for marshalling purposes will be this size. + Buffer_Size : constant Natural := 1024; + |