Added set_ready request 22/75522/2
authorJi-hoon Lee <dalton.lee@samsung.com>
Wed, 25 May 2016 07:01:53 +0000 (16:01 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Thu, 23 Jun 2016 00:46:53 +0000 (17:46 -0700)
This request indicates that the input panel has finished rendering

Change-Id: Id4ee2f1776f2bed22dbd0d43ba729f1c623df572

protocol/input-method.xml

index ea5e92e956cb462ebb0ecd0f2b282b15fd8419ef..754a1e3828e7a9ede46366e899698fa807654c79 100644 (file)
         window when a text model is active.
       </description>
     </request>
+
+    <request name="set_ready">
+      <description summary="set the current state of the keyboard surface as a ready state">
+        A keyboard surface needs to be shown after rendering the first frame is completed.
+        Otherwise, the keyboard surface that contains inappropriate layout will be displayed.
+      </description>
+      <arg name="state" type="uint"/>
+    </request>
   </interface>
 </protocol>