Add get_subsurface request to tizen_video interface 82/56682/1
authorBoram Park <boram1288.park@samsung.com>
Tue, 12 Jan 2016 03:57:21 +0000 (12:57 +0900)
committerBoram Park <boram1288.park@samsung.com>
Tue, 12 Jan 2016 03:57:21 +0000 (12:57 +0900)
    To allow a client to create a subsurface with parent resource_id
    which is created in other process.

Change-Id: Iaa3e661f977a4da1897c49e288aeeacb59521753

protocol/tizen-extension.xml

index 57cf340ca05b4d66f403bc306d56442eb7983220..98e061149d3b02f6e41b5153cd3b118d74687fd3 100644 (file)
       <arg name="subsurface" type="object" interface="wl_subsurface"/>
     </request>
 
+    <request name="get_subsurface">
+      <arg name="id" type="new_id" interface="wl_subsurface" />
+      <arg name="surface" type="object" interface="wl_surface" />
+      <arg name="parent_id" type="uint" />
+    </request>
+
     <!-- for opaque_state -->
     <request name="set_opaque_state">
       <arg name="surface" type="object" interface="wl_surface" />