Mercurial > MadButterfly
comparison src/shapes.h @ 108:565b55508c8d
More dox
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Fri, 12 Sep 2008 13:58:30 +0800 |
parents | d6f9af55b0d0 |
children | b90abd31a281 |
comparison
equal
deleted
inserted
replaced
107:069868161f63 | 108:565b55508c8d |
---|---|
15 * A shape must include | 15 * A shape must include |
16 * - *_new() and *_free() | 16 * - *_new() and *_free() |
17 * - clear memory for shape_t member. | 17 * - clear memory for shape_t member. |
18 * - *_transform() | 18 * - *_transform() |
19 * - *_draw() | 19 * - *_draw() |
20 * - struct of shape must include an shape_t as type of first member. | 20 * - first member variable of a shape type must be a shape_t. |
21 * | 21 * |
22 * Must modify | 22 * Must modify |
23 * - event.c::draw_shape_path() | 23 * - event.c::draw_shape_path() |
24 * - redraw_man.c::clean_shape() | 24 * - redraw_man.c::clean_shape() |
25 * - redraw_man.c::draw_shape() | 25 * - redraw_man.c::draw_shape() |