Mercurial > MadButterfly
view src/shape_rect.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 | |
children | 07c523c799f4 |
line wrap: on
line source
#include <stdio.h> #include "mb_types.h" #include "shapes.h" typedef struct _sh_rect { shape_t shape; co_aix x, y; co_aix rx, ry; } sh_rect_t;