diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/shape_rect.c	Wed Aug 06 00:40:04 2008 +0800
@@ -0,0 +1,10 @@
+#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;
+