mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-08 14:35:59 +01: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…
Reference in a new issue