diff src/X_main.c @ 20:74d3d5dc9aaa

rename XXX_draw() to XXX_fill()
author Thinker K.F. Li <thinker@branda.to>
date Sat, 02 Aug 2008 15:46:26 +0800
parents cf6d65398619
children 83d24300a992
line wrap: on
line diff
--- a/src/X_main.c	Sat Aug 02 15:38:54 2008 +0800
+++ b/src/X_main.c	Sat Aug 02 15:46:26 2008 +0800
@@ -36,7 +36,7 @@
     rdman_paint_fill(&rdman, fill2, path2);
     coord2->matrix[0] = -0.8;
     coord2->matrix[1] = 0;
-    coord2->matrix[2] = 220;
+    coord2->matrix[2] = 180;
     coord2->matrix[4] = 0.8;
     coord2->matrix[5] = 20;
     rdman_coord_changed(&rdman, coord1);