diff options
Diffstat (limited to 'spec/fltk-images-bitmaps.ads')
-rw-r--r-- | spec/fltk-images-bitmaps.ads | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/fltk-images-bitmaps.ads b/spec/fltk-images-bitmaps.ads index d60334f..b31885c 100644 --- a/spec/fltk-images-bitmaps.ads +++ b/spec/fltk-images-bitmaps.ads @@ -15,6 +15,8 @@ package FLTK.Images.Bitmaps is + -- Rounds a number of bits up to the next byte boundary. + function To_Next_Byte (Bits : in Natural) return Natural; |