shell: Add support for input panels

This commit is contained in:
Jan Arne Petersen
2012-06-21 21:52:17 +02:00
committed by Kristian Høgsberg
parent 8634f51b63
commit 42feced8de
4 changed files with 154 additions and 0 deletions
+17
View File
@@ -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>