comparison src/shapes.h @ 95:7dfa4e60b26d

Add todos
author Thinker K.F. Li <thinker@branda.to>
date Sun, 24 Aug 2008 08:16:21 +0800
parents dd813dcc232c
children d6f9af55b0d0
comparison
equal deleted inserted replaced
94:57f8fecca8f3 95:7dfa4e60b26d
15 * 15 *
16 * Must modify 16 * Must modify
17 * - event.c:draw_shape_path 17 * - event.c:draw_shape_path
18 * - redraw_man.c:clean_shape 18 * - redraw_man.c:clean_shape
19 * - redraw_man.c:draw_shape 19 * - redraw_man.c:draw_shape
20 *
21 * \todo Add arc for path shape.
22 * \todo Add ellipse shape.
23 * \todo Add circle shape.
20 */ 24 */
21 25
22 26
23 extern shape_t *sh_path_new(char *data); 27 extern shape_t *sh_path_new(char *data);
24 extern void sh_path_transform(shape_t *shape); 28 extern void sh_path_transform(shape_t *shape);