input-method: Add focus event parameter in the activate/deactivate event 51/111551/1
authorInHong Han <inhong1.han@samsung.com>
Tue, 17 Jan 2017 00:54:42 +0000 (09:54 +0900)
committerJihoon Kim <jihoon48.kim@samsung.com>
Sun, 22 Jan 2017 00:55:52 +0000 (09:55 +0900)
Change-Id: Ic8d10c47d2399ef8410f07bbb115d817c79a817a

protocol/input-method.xml

index 7bb9f9fa6c780cd0335c07243a4b5425ef657365..43abe7be09dc5b1b6712a724169b790819366a77 100644 (file)
       </description>
       <arg name="id" type="new_id" interface="wl_input_method_context"/>
       <arg name="text_input_id" type="uint"/>
+      <arg name="focus_in_event" type="uint"/>
     </event>
     <event name="deactivate">
       <description summary="deactivate event">
         handled.
       </description>
       <arg name="context" type="object" interface="wl_input_method_context"/>
+      <arg name="focus_out_event" type="uint"/>
     </event>
     <event name="show_input_panel">
       <description summary="show input panel event">