summaryrefslogtreecommitdiffstats
path: root/include/xcb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xcb.h')
-rw-r--r--include/xcb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/xcb.h b/include/xcb.h
index a88d8d92..a2217ced 100644
--- a/include/xcb.h
+++ b/include/xcb.h
@@ -194,4 +194,5 @@ extern WindowManagerQuirk current_window_manager;
* @returns NULL if window was not found, or unmapped, otherwise returns a cairo_surface.
*/
cairo_surface_t *x11_helper_get_screenshot_surface_window ( xcb_window_t window, int size );
+void cairo_image_surface_blur(cairo_surface_t* surface, unsigned int radius);
#endif