From: Changyeon Lee Date: Thu, 16 Jan 2025 09:04:28 +0000 (+0900) Subject: wtz-blur: Remove set_region request X-Git-Tag: accepted/tizen/unified/20250212.101018~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d89baf5a17fcb189a25b34619db0fd42675f2fd4;p=platform%2Fcore%2Fuifw%2Fwayland-extension.git wtz-blur: Remove set_region request Change-Id: Ic86dd27953d543d24762f5e1c2a6412a59cd79ee --- diff --git a/protocol/tizen/wtz-blur.xml b/protocol/tizen/wtz-blur.xml index 062620c..c31d1f8 100644 --- a/protocol/tizen/wtz-blur.xml +++ b/protocol/tizen/wtz-blur.xml @@ -92,25 +92,6 @@ - - - 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. - - - - Set the blur radius for compositing the surface.