inputmethod: Moved the requests related to floating IME 88/255888/1
authorInHong Han <inhong1.han@samsung.com>
Tue, 23 Mar 2021 07:27:39 +0000 (16:27 +0900)
committerInHong Han <inhong1.han@samsung.com>
Thu, 25 Mar 2021 01:12:02 +0000 (10:12 +0900)
Modified to deliver floating IME requests by ISF

Change-Id: Ie0ff60781ca4b0a20f37373cfa9036ccc72c7193

protocol/tizen/input-method.xml

index 54ba8ef..50ab60c 100644 (file)
         This is a request to send show event after IME is restarted.
       </description>
     </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>
+    <request name="set_floating_drag_enabled">
+      <description summary="set floating drag enabled">
+        Set the permission to move floating panel.
+      </description>
+      <arg name="enabled" type="uint"/>
+    </request>
     <event name="reset">
     </event>
     <event name="content_type">
       </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>
-
-    <request name="set_floating_drag_enabled">
-      <description summary="set floating drag enabled">
-        Set the permission to move floating panel.
-      </description>
-      <arg name="enabled" type="uint"/>
-    </request>
   </interface>
 
   <interface name="wl_input_method_manager" version="1">