Mercurial > MadButterfly
diff src/paint.h @ 56:e444a8c01735
Change interface of paint_radial_new()
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Sun, 10 Aug 2008 18:27:52 +0800 |
parents | 01ed2bc37eed |
children | b90abd31a281 |
line wrap: on
line diff
--- a/src/paint.h Sun Aug 10 16:44:21 2008 +0800 +++ b/src/paint.h Sun Aug 10 18:27:52 2008 +0800 @@ -36,8 +36,7 @@ int n_stops, grad_stop_t *stops); extern paint_t *paint_radial_new(redraw_man_t *rdman, - co_aix cx, co_aix cy, co_aix r, - int n_stops, grad_stop_t *stops); + co_aix cx, co_aix cy, co_aix r); extern grad_stop_t *paint_radial_stops(paint_t *paint, int n_stops, grad_stop_t *stops);