summaryrefslogtreecommitdiff
path: root/src/fltk-screen.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/fltk-screen.ads')
-rw-r--r--src/fltk-screen.ads7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/fltk-screen.ads b/src/fltk-screen.ads
index 0656619..8cf535e 100644
--- a/src/fltk-screen.ads
+++ b/src/fltk-screen.ads
@@ -18,7 +18,8 @@ package FLTK.Screen is
- function Count return Integer;
+ function Count
+ return Integer;
-- Screen numbers in the range 1 .. Count
procedure DPI
@@ -76,8 +77,12 @@ private
pragma Inline (Get_Y);
pragma Inline (Get_W);
pragma Inline (Get_H);
+
+
pragma Inline (Count);
pragma Inline (DPI);
+
+
pragma Inline (Containing);
pragma Inline (Work_Area);
pragma Inline (Bounding_Rect);