diff options
author | onox <denkpadje@gmail.com> | 2021-01-03 19:26:44 +0100 |
---|---|---|
committer | onox <denkpadje@gmail.com> | 2021-01-03 19:26:44 +0100 |
commit | d56d737dbbebdb35bf06d82b7a316b795e9d1afc (patch) | |
tree | 203af74e0ca04ffdce4d62933aa21545271fb464 /unstable/pointer-constraints | |
parent | 1c19d4bc316c93229cfd6a7a099f2657bfeb2982 (diff) |
pointer-constraints: Add enum attribute to 'lifetime'
Signed-off-by: onox <denkpadje@gmail.com>
Diffstat (limited to 'unstable/pointer-constraints')
-rw-r--r-- | unstable/pointer-constraints/pointer-constraints-unstable-v1.xml | 4 |
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> |