commit | 1e164b9afdf5605ddc889da3650f92910ec6d5a4 | [log] [tgz] |
---|---|---|
author | Kristian Høgsberg <krh@bitplanet.net> | Tue Sep 13 14:47:46 2011 -0400 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Mon Sep 19 17:26:44 2011 -0400 |
tree | 4ab4de1ef0d0d6ab096ed9764a8f435eaa8ec62f | |
parent | 547da5afc98f4bb6451b0061fb97ac14069b7f38 [diff] [blame] |
Move rounded_rect() to cairo-util.c
diff --git a/clients/cairo-util.h b/clients/cairo-util.h index f28ac5f..257489a 100644 --- a/clients/cairo-util.h +++ b/clients/cairo-util.h
@@ -34,4 +34,7 @@ tile_source(cairo_t *cr, cairo_surface_t *surface, int x, int y, int width, int height, int margin, int top_margin); +void +rounded_rect(cairo_t *cr, int x0, int y0, int x1, int y1, int radius); + #endif