tizen-policy: added tizen_position interface 73/42273/2 accepted/tizen/mobile/20150626.021358 accepted/tizen/tv/20150626.021411 accepted/tizen/wearable/20150626.021428 submit/tizen/20150626.015534
authorMinJeong Kim <minjjj.kim@samsung.com>
Thu, 25 Jun 2015 06:34:24 +0000 (15:34 +0900)
committerMinJeong Kim <minjjj.kim@samsung.com>
Thu, 25 Jun 2015 07:13:09 +0000 (16:13 +0900)
Change-Id: I2afc5d6100206dd8ecc1fbd2e4aee98fe9072d80
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
protocol/tizen-policy.xml [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 4cfb10f..7a44524
@@ -6,9 +6,22 @@
                        <arg name="id" type="new_id" interface="tizen_visibility" summary="new visibility object"/>
                        <arg name="surface" type="object" interface="wl_surface" summary="surface object"/>
                </request>
+               <request name="get_position">
+                       <arg name="id" type="new_id" interface="tizen_position" summary="new position object"/>
+                       <arg name="surface" type="object" interface="wl_surface" summary="surface object"/>
+               </request>
                <request name="activate">
                        <arg name="surface" type="object" interface="wl_surface" summary="surface object"/>
                </request>
+               <request name="lower">
+                       <arg name="surface" type="object" interface="wl_surface" summary="surface object"/>
+               </request>
+               <request name="focus_skip_set">
+                       <arg name="surface" type="object" interface="wl_surface" summary="surface object"/>
+               </request>
+               <request name="focus_skip_unset">
+                       <arg name="surface" type="object" interface="wl_surface" summary="surface object"/>
+               </request>
        </interface>
 
        <interface name="tizen_visibility" version="1">
                </event>
        </interface>
 
+       <interface name="tizen_position" version="1">
+               <request name="destroy" type="destructor"/>
+               <request name="set">
+                       <arg name="x" type="int"/>
+                       <arg name="y" type="int"/>
+               </request>
+               <event name="changed">
+                       <arg name="x" type="int"/>
+                       <arg name="y" type="int"/>
+               </event>
+       </interface>
+
 </protocol>