pointer-constraints: Add enum attribute to 'lifetime'

Signed-off-by: onox <denkpadje@gmail.com>
This commit is contained in:
onox 2021-01-03 19:26:44 +01:00
parent 1c19d4bc31
commit d56d737dbb
No known key found for this signature in database
GPG key ID: CF5AC322CA75C647

View file

@ -147,7 +147,7 @@
summary="the pointer that should be locked"/> summary="the pointer that should be locked"/>
<arg name="region" type="object" interface="wl_region" allow-null="true" <arg name="region" type="object" interface="wl_region" allow-null="true"
summary="region of surface"/> summary="region of surface"/>
<arg name="lifetime" type="uint" summary="lock lifetime"/> <arg name="lifetime" type="uint" enum="lifetime" summary="lock lifetime"/>
</request> </request>
<request name="confine_pointer"> <request name="confine_pointer">
@ -177,7 +177,7 @@
summary="the pointer that should be confined"/> summary="the pointer that should be confined"/>
<arg name="region" type="object" interface="wl_region" allow-null="true" <arg name="region" type="object" interface="wl_region" allow-null="true"
summary="region of surface"/> summary="region of surface"/>
<arg name="lifetime" type="uint" summary="confinement lifetime"/> <arg name="lifetime" type="uint" enum="lifetime" summary="confinement lifetime"/>
</request> </request>
</interface> </interface>