From f28f819c721fa5a317e23b3cc1eefb938115b47a Mon Sep 17 00:00:00 2001 From: Jed Barber Date: Wed, 5 Oct 2016 15:44:17 +1100 Subject: Added logo, made find/replace/about windows attention grabbing --- fltk-images-rgb.ads | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 fltk-images-rgb.ads (limited to 'fltk-images-rgb.ads') diff --git a/fltk-images-rgb.ads b/fltk-images-rgb.ads new file mode 100644 index 0000000..ba47793 --- /dev/null +++ b/fltk-images-rgb.ads @@ -0,0 +1,20 @@ + + +package FLTK.Images.RGB is + + + type RGB_Image is new Image with private; + + +private + + + type RGB_Image is new Image with null record; + + + overriding procedure Finalize + (This : in out RGB_Image); + + +end FLTK.Images.RGB; + -- cgit