commit | dcb71b62a0c78ef6f5eadd9b80f5f69848ec0739 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Tue Jun 15 17:16:35 2010 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Tue Jun 15 17:16:35 2010 -0400 |
tree | 5e6ae9a2190f79c16592c31082ce571944ce661b | |
parent | 49e868cb05c428c1b9b76779b8cb50b2a918ba05 [diff] [blame] |
Update decoration drawing to be less cairo path happy
diff --git a/cairo-util.h b/cairo-util.h index d74b27d..18fa2b7 100644 --- a/cairo-util.h +++ b/cairo-util.h
@@ -26,4 +26,12 @@ void blur_surface(cairo_surface_t *surface, int margin); +void +tile_mask(cairo_t *cr, cairo_surface_t *surface, + int x, int y, int width, int height, int margin); + +void +tile_source(cairo_t *cr, cairo_surface_t *surface, + int x, int y, int width, int height, int margin); + #endif