summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoronox <denkpadje@gmail.com>2021-01-03 19:26:44 +0100
committeronox <denkpadje@gmail.com>2021-01-03 19:26:44 +0100
commitd56d737dbbebdb35bf06d82b7a316b795e9d1afc (patch)
tree203af74e0ca04ffdce4d62933aa21545271fb464
parent1c19d4bc316c93229cfd6a7a099f2657bfeb2982 (diff)
downloadwayland-protocols-d56d737dbbebdb35bf06d82b7a316b795e9d1afc.tar.gz
pointer-constraints: Add enum attribute to 'lifetime'
Signed-off-by: onox <denkpadje@gmail.com>
-rw-r--r--unstable/pointer-constraints/pointer-constraints-unstable-v1.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml b/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml
index 4e67a13..efd64b6 100644
--- a/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml
+++ b/unstable/pointer-constraints/pointer-constraints-unstable-v1.xml
@@ -147,7 +147,7 @@
summary="the pointer that should be locked"/>
<arg name="region" type="object" interface="wl_region" allow-null="true"
summary="region of surface"/>
- <arg name="lifetime" type="uint" summary="lock lifetime"/>
+ <arg name="lifetime" type="uint" enum="lifetime" summary="lock lifetime"/>
</request>
<request name="confine_pointer">
@@ -177,7 +177,7 @@
summary="the pointer that should be confined"/>
<arg name="region" type="object" interface="wl_region" allow-null="true"
summary="region of surface"/>
- <arg name="lifetime" type="uint" summary="confinement lifetime"/>
+ <arg name="lifetime" type="uint" enum="lifetime" summary="confinement lifetime"/>
</request>
</interface>