wtz-screen: add set_opaque_region
authorSooChan Lim <sc1.lim@samsung.com>
Mon, 13 May 2024 07:48:59 +0000 (16:48 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 13 May 2024 07:49:56 +0000 (16:49 +0900)
This request sets the region of the screen that contains
opaque content.

Change-Id: I0f4defc693a168d446a8d7d6e59ac996a09d40ad

protocol/tizen/wtz-screen.xml

index ac049821a05320db50313dd07c1216bd1b239ccf..e430de7e3ad9d42b5f58fa42b47ea43f8e662155 100644 (file)
       <arg name="id" type="new_id" interface="wtz_splitscreen" summary="the new wtz_splitscreen object"/>
     </request>
 
+    <request name="set_opaque_region">
+      <description summary="set opaque region">
+              This request sets the region of the screen that contains
+              opaque content.
+
+              The opaque region is specified in screen coordinates.
+
+              The compositor ignores the parts of the opaque region that fall
+              outside of the screen.
+      </description>
+      <arg name="region" type="object" interface="wl_region" summary="opaque region of the screen"/>
+      <arg name="serial" type="uint" summary="serial# of this request"/>
+    </request>
+
   </interface>
 
   <interface name="wtz_splitscreen" version="1">