add 'format' event to tizen_screenshooter to let clients know the supported format... 92/48292/1
authorBoram Park <boram1288.park@samsung.com>
Tue, 15 Sep 2015 01:37:33 +0000 (10:37 +0900)
committerBoram Park <boram1288.park@samsung.com>
Thu, 17 Sep 2015 08:12:13 +0000 (17:12 +0900)
Change-Id: I8174331ef3ea56204e0665a99d1de8485ae21440

protocol/tizen-extension.xml

index 4713d5a58d776b61010d3846fddcc5d013de2bef..36eda85ca66ded1dca24dd80be4da3104a58a18a 100644 (file)
       <arg name="id" type="new_id" interface="tizen_screenmirror" summary="new screenmirror object"/>
       <arg name="output" type="object" interface="wl_output" summary="output object for screenmirror"/>
     </request>
+
+    <event name="format">
+      <description summary="supported format for screenshooter">
+        The tbm format codes match the #defines in tbm_surface.h. The formats actually
+        supported by the compositor will be reported by the format event.
+      </description>
+      <arg name="format" type="uint"/>
+    </event>
+
   </interface>
 
   <interface name="tizen_screenmirror" version="1">