inputmethod: Added set_floating_panel protocol 07/132407/1
authorWonkeun Oh <wonkeun.oh@samsung.com>
Thu, 1 Jun 2017 05:47:16 +0000 (14:47 +0900)
committerWonkeun Oh <wonkeun.oh@samsung.com>
Mon, 5 Jun 2017 02:28:00 +0000 (02:28 +0000)
Change-Id: Ied89d4303daf2e79120a6d300560f70bb1b94fb4
(cherry picked from commit d78100b8abd6a9b57ad7f18e8b6e16abb8f41fbf)

protocol/input-method.xml

index e9cad61..aa6edc3 100644 (file)
       </description>
       <arg name="state" type="uint"/>
     </request>
+
+    <request name="set_floating_panel">
+      <description summary="set the panel type as a floating panel">
+        A Keyboard surface is shown as a floating panel type.
+      </description>
+      <arg name="state" type="uint"/>
+    </request>
   </interface>
 </protocol>