diff options
-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> |