Skip to content
This repository has been archived by the owner on Nov 1, 2021. It is now read-only.

Commit

Permalink
input-method-unstable-v2: Add error for surface with existing role
Browse files Browse the repository at this point in the history
  • Loading branch information
tadeokondrak authored and emersion committed Sep 22, 2021
1 parent 2e12de9 commit e0daa65
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions protocol/input-method-unstable-v2.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e0daa65

Please sign in to comment.