Mercurial > MadButterfly
diff src/shape_path.c @ 33:d82749f77108
Fix bug of demo and remove *_fill() and *_stroke().
- logical error in X_main.c.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Wed, 06 Aug 2008 00:40:04 +0800 |
parents | e06a4a667ce2 |
children | 07c523c799f4 |
line wrap: on
line diff
--- a/src/shape_path.c Tue Aug 05 18:28:50 2008 +0800 +++ b/src/shape_path.c Wed Aug 06 00:40:04 2008 +0800 @@ -548,16 +548,6 @@ sh_path_path(shape, cr); } -void sh_path_fill(shape_t *shape, cairo_t *cr) { - sh_path_path(shape, cr); - cairo_fill(cr); -} - -void sh_path_stroke(shape_t *shape, cairo_t *cr) { - sh_path_path(shape, cr); - cairo_stroke(cr); -} - #ifdef UNITTEST #include <CUnit/Basic.h>