summaryrefslogtreecommitdiff
path: root/body/fltk-devices-surface-display.adb
diff options
context:
space:
mode:
authorJedidiah Barber <contact@jedbarber.id.au>2025-02-06 19:28:33 +1300
committerJedidiah Barber <contact@jedbarber.id.au>2025-02-06 19:28:33 +1300
commit547e538476a788dfeb5974f9b8ad29441d18980b (patch)
tree00a3c7d80ee403969971bc4b814876b4399f3ada /body/fltk-devices-surface-display.adb
parentbefe66a0a98a58e0bdb31bb8c2db4a975a744072 (diff)
Slightly better / more consistent comments
Diffstat (limited to 'body/fltk-devices-surface-display.adb')
-rw-r--r--body/fltk-devices-surface-display.adb8
1 files changed, 8 insertions, 0 deletions
diff --git a/body/fltk-devices-surface-display.adb b/body/fltk-devices-surface-display.adb
index ad35012..8316180 100644
--- a/body/fltk-devices-surface-display.adb
+++ b/body/fltk-devices-surface-display.adb
@@ -11,6 +11,8 @@ package body FLTK.Devices.Surface.Display is
-- Functions From C --
------------------------
+ -- Allocation --
+
function new_fl_display_device
(G : in Storage.Integer_Address)
return Storage.Integer_Address;
@@ -25,6 +27,8 @@ package body FLTK.Devices.Surface.Display is
+ -- Displays --
+
function fl_display_device_display_device
return Storage.Integer_Address;
pragma Import (C, fl_display_device_display_device, "fl_display_device_display_device");
@@ -33,6 +37,8 @@ package body FLTK.Devices.Surface.Display is
+ -- Drivers --
+
function fl_surface_device_get_driver
(S : in Storage.Integer_Address)
return Storage.Integer_Address;
@@ -93,6 +99,8 @@ package body FLTK.Devices.Surface.Display is
-- API Subprograms --
-----------------------
+ -- Displays --
+
function Get_Platform_Display
return Display_Device_Reference is
begin