Revert "wtz-screen: add set_opaque_region" 83/312183/1
authorJunseok Kim <juns.kim@samsung.com>
Tue, 4 Jun 2024 11:10:44 +0000 (20:10 +0900)
committerJunseok Kim <juns.kim@samsung.com>
Wed, 5 Jun 2024 03:01:35 +0000 (12:01 +0900)
This reverts commit fb573ae411d7acdd0aee41d50ca3bd1503ba346a.

Change-Id: I7a25ce4250e554d64bd4c97cf51c30259df9797a

protocol/tizen/wtz-screen.xml

index e430de7..ac04982 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">