summaryrefslogtreecommitdiff
path: root/body/fltk-devices-surface.adb
diff options
context:
space:
mode:
Diffstat (limited to 'body/fltk-devices-surface.adb')
-rw-r--r--body/fltk-devices-surface.adb10
1 files changed, 10 insertions, 0 deletions
diff --git a/body/fltk-devices-surface.adb b/body/fltk-devices-surface.adb
index a6ef6cc..b438f68 100644
--- a/body/fltk-devices-surface.adb
+++ b/body/fltk-devices-surface.adb
@@ -11,6 +11,8 @@ package body FLTK.Devices.Surface is
-- Functions From C --
------------------------
+ -- Allocation --
+
function new_fl_surface_device
(G : in Storage.Integer_Address)
return Storage.Integer_Address;
@@ -25,6 +27,8 @@ package body FLTK.Devices.Surface is
+ -- Surfaces --
+
procedure fl_surface_device_set_current
(S : in Storage.Integer_Address);
pragma Import (C, fl_surface_device_set_current, "fl_surface_device_set_current");
@@ -38,6 +42,8 @@ package body FLTK.Devices.Surface is
+ -- Drivers --
+
function fl_surface_device_get_driver
(S : in Storage.Integer_Address)
return Storage.Integer_Address;
@@ -112,6 +118,8 @@ package body FLTK.Devices.Surface is
-- API Subprograms --
-----------------------
+ -- Surfaces --
+
function Get_Current
return Surface_Device_Reference is
begin
@@ -136,6 +144,8 @@ package body FLTK.Devices.Surface is
+ -- Drivers --
+
function Has_Driver
(This : in Surface_Device)
return Boolean is