wtz-video-shell: Add 'get_global_resource_id_from_handle' request 24/313424/1
authorSeunghun Lee <shiin.lee@samsung.com>
Mon, 24 Jun 2024 00:37:05 +0000 (09:37 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Mon, 24 Jun 2024 00:37:05 +0000 (09:37 +0900)
Change-Id: I0623fdaae6410c08c3161c83aa0963f91d2304a1

protocol/tizen/wtz-video-shell.xml

index 3ae3e16..65e4e61 100644 (file)
       <arg name="id" type="new_id" interface="wtz_video_surface"/>
       <arg name="surface" type="object" interface="wl_surface"/>
     </request>
+
+    <request name="get_global_resource_id_from_handle">
+      <arg name="handle" type="string"/>
+    </request>
+
+    <event name="global_resource_id">
+      <arg name="id" type="uint"/>
+    </event>
   </interface>
 
   <interface name="wtz_video_exported_viewport" version="1">