tizen-extension: add follow_parent_transform request to tizen_viewport interface 23/97623/1 accepted/tizen/3.0/common/20161116.143348 accepted/tizen/3.0/ivi/20161116.021606 accepted/tizen/3.0/mobile/20161116.021442 accepted/tizen/3.0/tv/20161116.021512 accepted/tizen/3.0/wearable/20161116.021541 accepted/tizen/common/20161116.134305 accepted/tizen/ivi/20161115.233831 accepted/tizen/mobile/20161115.233658 accepted/tizen/tv/20161115.233743 accepted/tizen/wearable/20161115.233801 submit/tizen/20161115.022149 submit/tizen_3.0/20161115.021406
authorBoram Park <boram1288.park@samsung.com>
Thu, 10 Nov 2016 01:48:12 +0000 (10:48 +0900)
committerBoram Park <boram1288.park@samsung.com>
Mon, 14 Nov 2016 23:37:26 +0000 (08:37 +0900)
Change-Id: I20424ec7a317694ae0c622430c869d9fbcee2a75

protocol/tizen-extension.xml

index 9a9dd94c119ba16fba1dce90c5b2368221ffa8df..8199be966935d793d8b02c857615c9eabe7547c1 100644 (file)
       <arg name="height" type="uint" />
     </event>
 
+    <request name="follow_parent_transform">
+      <description summary="follow the transform change of a parent surface">
+    The real transform of a subsurface is (parent's transform + subsurface's transform).
+    The subsurface will be rotated automatically when the parent is rotated.
+
+    If tizen_viewport.follow_parent_transform is applied to a shell surface(toplevel),
+    it will be ignored.
+      </description>
+    </request>
+
+    <request name="unfollow_parent_transform" />
+
   </interface>
 
   <interface name="tizen_destination_mode" version="1">