tizen_policy: add new request for setting the layout 36/290236/1
authorDoyoun Kang <doyoun.kang@samsung.com>
Wed, 22 Mar 2023 00:47:11 +0000 (09:47 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Wed, 22 Mar 2023 00:47:11 +0000 (09:47 +0900)
Change-Id: I285c29f90785a62164c03a2bbf5d1073a5b884eb

protocol/tizen/tizen-extension.xml

index 8ac1db3..417cd60 100644 (file)
       </description>
       <arg name="surface" type="object" interface="wl_surface" summary="the surface object"/>
     </request>
+
+    <request name="set_layout" since="12">
+      <description summary="set layout of the surface">
+         Set the layout of the surface with the coordinates passed.
+      </description>
+      <arg name="surface" type="object" interface="wl_surface" summary="the surface object"/>
+      <arg name="num_cols" type="uint" summary="the total number of columns"/>
+      <arg name="num_rows" type="uint" summary="the total number of rows"/>
+      <arg name="column" type="uint" summary="the column number to be positioned"/>
+      <arg name="row" type="uint" summary="the row number to be positioned"/>
+      <arg name="cols_span" type="uint" summary="the columns span"/>
+      <arg name="rows_span" type="uint" summary="the rows span"/>
+    </request>
   </interface>
 
   <interface name="tizen_visibility" version="5">