Update decoration drawing to be less cairo path happy

This commit is contained in:
Kristian Høgsberg 2010-06-15 17:16:35 -04:00
parent 49e868cb05
commit dcb71b62a0
6 changed files with 220 additions and 85 deletions

View file

@ -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