diff src/shape_path.c @ 20:74d3d5dc9aaa

rename XXX_draw() to XXX_fill()
author Thinker K.F. Li <thinker@branda.to>
date Sat, 02 Aug 2008 15:46:26 +0800
parents 41f0907b27ac
children 8fcf2d878ecd
line wrap: on
line diff
--- a/src/shape_path.c	Sat Aug 02 15:38:54 2008 +0800
+++ b/src/shape_path.c	Sat Aug 02 15:46:26 2008 +0800
@@ -417,7 +417,7 @@
     }
 }
 
-void sh_path_draw(shape_t *shape, cairo_t *cr) {
+void sh_path_fill(shape_t *shape, cairo_t *cr) {
     sh_path_t *path;
     int cmd_len;
     char *cmds, cmd;