summaryrefslogtreecommitdiff
path: root/src/wayland.ads
diff options
context:
space:
mode:
authorJed Barber <jjbarber@y7mail.com>2018-01-02 21:05:54 +1100
committerJed Barber <jjbarber@y7mail.com>2018-01-02 21:05:54 +1100
commit0b86daff6bc58119f2b0ad5324fd18857dfdb3c5 (patch)
treef1055dc7b2bc49d561dc9032a32fa6182fe4e622 /src/wayland.ads
parentfe69d2cc0c3b671378e1bff40863c03d3b2679ed (diff)
Update from before ChristmasHEADmaster
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