commit | 47eb8f4e91d2b76eb8b2f9f289420371068ed74c | [log] [tgz] |
---|---|---|
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | Fri Oct 07 09:08:56 2011 +0200 |
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | Fri Oct 07 10:05:57 2011 +0200 |
tree | 6c98d4074e47ce8a558906a120db863a1406435f | |
parent | 02dee2caadd3c7b9d622b02b56de5b3b726d0536 [diff] [blame] |
window: Remove display_flush_cairo_device Rather add a flush_surface utility that flushed the cairo_device thats associated to a surface.
diff --git a/clients/cairo-util.h b/clients/cairo-util.h index 257489a..e490b9f 100644 --- a/clients/cairo-util.h +++ b/clients/cairo-util.h
@@ -24,6 +24,9 @@ #define _CAIRO_UTIL_H void +surface_flush_device(cairo_surface_t *surface); + +void blur_surface(cairo_surface_t *surface, int margin); void