mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 14:00:08 +01:00
pointer-constraints: Add enum attribute to 'lifetime'
Signed-off-by: onox <denkpadje@gmail.com>
This commit is contained in:
parent
1c19d4bc31
commit
d56d737dbb
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue