summaryrefslogtreecommitdiff
path: root/src/fltk-images-bitmaps.adb
diff options
context:
space:
mode:
Diffstat (limited to 'src/fltk-images-bitmaps.adb')
-rw-r--r--src/fltk-images-bitmaps.adb13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/fltk-images-bitmaps.adb b/src/fltk-images-bitmaps.adb
index 280d327..f8c954c 100644
--- a/src/fltk-images-bitmaps.adb
+++ b/src/fltk-images-bitmaps.adb
@@ -1,8 +1,13 @@
-with Interfaces.C;
-with System;
-use type System.Address;
+with
+
+ Interfaces.C,
+ System;
+
+use type
+
+ System.Address;
package body FLTK.Images.Bitmaps is
@@ -55,8 +60,6 @@ package body FLTK.Images.Bitmaps is
end Copy;
-
-
function Copy
(This : in Bitmap)
return Bitmap is