shell: Add support for input panels
This commit is contained in:
committed by
Kristian Høgsberg
parent
8634f51b63
commit
42feced8de
@@ -64,4 +64,21 @@
|
||||
|
||||
</interface>
|
||||
|
||||
<interface name="input_panel" version="1">
|
||||
<description summary="interface for implementing keyboards">
|
||||
Only one client can bind this interface at a time.
|
||||
</description>
|
||||
|
||||
<request name="set_surface">
|
||||
<description summary="set the surface type as a keyboard">
|
||||
A keybaord surface is only shown, when a text model is active
|
||||
</description>
|
||||
|
||||
<arg name="surface" type="object" interface="wl_shell_surface"/>
|
||||
<arg name="output" type="object" interface="wl_output"/>
|
||||
</request>
|
||||
|
||||
</interface>
|
||||
|
||||
|
||||
</protocol>
|
||||
|
||||
Reference in New Issue
Block a user