wtz-blur: Remove set_region request
authorChangyeon Lee <cyeon.lee@samsung.com>
Thu, 16 Jan 2025 09:04:28 +0000 (18:04 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Tue, 11 Feb 2025 08:02:35 +0000 (17:02 +0900)
Change-Id: Ic86dd27953d543d24762f5e1c2a6412a59cd79ee

protocol/tizen/wtz-blur.xml

index 062620c1981f14c2fce798911d15b3f47971b0c5..c31d1f8097ee714b2a6df0ed2c4ba3cb275a36c1 100644 (file)
       </description>
     </request>
 
-    <request name="set_region">
-      <description summary="set the blur region">
-        Set the blur region applied to the surface for compositing.
-
-        The blur region is specified in the surface-local coordinates.
-
-        The blur region is double-buffered state, and will be applied on the
-        next wl_surface.commit.
-
-        The initial value for an blur region is infinite. That means the
-        whole surface background will be blurred. Setting the pending blur region
-        has copy semantics, and the wl_region object can be destroyed
-        immediately. A NULL wl_region causes the blur region to be set
-        to infinite.
-      </description>
-      <arg name="region" type="object" interface="wl_region" allow-null="true"
-           summary="blur region of the surface"/>
-    </request>
-
     <request name="set_radius">
       <description summary="set the blur radius">
         Set the blur radius for compositing the surface.