summaryrefslogtreecommitdiff
path: root/src/wayland.ads
diff options
context:
space:
mode:
Diffstat (limited to 'src/wayland.ads')
-rw-r--r--src/wayland.ads14
1 files changed, 13 insertions, 1 deletions
diff --git a/src/wayland.ads b/src/wayland.ads
index bfab18d..6c10b1c 100644
--- a/src/wayland.ads
+++ b/src/wayland.ads
@@ -9,6 +9,11 @@ private with
package Wayland is
+ Wayland_Error : exception;
+
+
+
+
type Unsigned_Integer is mod 2 ** 32;
type Result is (Success, Failure);
@@ -92,8 +97,15 @@ package Wayland is
private
+ type Argument (Kind : Argument_Kind) is record
+
+ end record;
+
+
+
+
type Wayland_Object is new Ada.Finalization.Limited_Controlled with record
- Void_Ptr : System.Address := System.Null_Address;
+ Void_Ptr : System.Address;
end record;
procedure Initialize