Add protocol to send keyboard geometry 34/55034/3
authorHaifeng Deng <haifeng.deng@samsung.com>
Mon, 21 Dec 2015 10:40:16 +0000 (18:40 +0800)
committerHaifeng Deng <haifeng.deng@samsung.com>
Thu, 7 Jan 2016 03:09:29 +0000 (11:09 +0800)
Change-Id: I48d9088d60286ab3bc478cb12640c722f529a8ba

protocol/text.xml

index 9a4e6ad8b0a35877eec831808cc80c3b8965d41f..92bc3ab35ecb167513546b0e7cb8950865e71dae 100644 (file)
       <arg name="serial" type="uint" summary="serial of the latest known text input state"/>
       <arg name="command" type="string"/>
     </event>
+    <event name="input_panel_geometry">
+      <description summary="geometry of the input panel">
+        Notify when the geometry of the input panel changed.
+      </description>
+      <arg name="x" type="uint"/>
+      <arg name="y" type="uint"/>
+      <arg name="width" type="uint"/>
+      <arg name="height" type="uint"/>
+    </event>
   </interface>
 
   <interface name="wl_text_input_manager" version="1">