</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.