mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
input-method-unstable-v2: Add error for surface with existing role
This commit is contained in:
parent
2e12de96ca
commit
e0daa65aa6
1 changed files with 4 additions and 0 deletions
|
|
@ -70,6 +70,10 @@
|
|||
There must be no more than one input method object per seat.
|
||||
</description>
|
||||
|
||||
<enum name="error">
|
||||
<entry name="role" value="0" summary="wl_surface has another role"/>
|
||||
</enum>
|
||||
|
||||
<event name="activate">
|
||||
<description summary="input method has been requested">
|
||||
Notification that a text input focused on this seat requested the input
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue