From d89baf5a17fcb189a25b34619db0fd42675f2fd4 Mon Sep 17 00:00:00 2001 From: Changyeon Lee Date: Thu, 16 Jan 2025 18:04:28 +0900 Subject: [PATCH] wtz-blur: Remove set_region request Change-Id: Ic86dd27953d543d24762f5e1c2a6412a59cd79ee --- protocol/tizen/wtz-blur.xml | 19 ------------------- 1 file changed, 19 deletions(-) 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. -- 2.34.1