diff src/coord.c @ 3:164162781a7a

Test cairo with Xlib surface
author Thinker K.F. Li <thinker@branda.to>
date Fri, 25 Jul 2008 10:09:53 +0800
parents 31402929c587
children 9c331ec9e210
line wrap: on
line diff
--- a/src/coord.c	Wed Jul 23 16:07:37 2008 +0800
+++ b/src/coord.c	Fri Jul 25 10:09:53 2008 +0800
@@ -22,6 +22,7 @@
     struct coord *children, *sibling;
 } coord_t;
 
+/* To keep possibility of changing type of aix */
 #define MUL(a, b) ((a) * (b))
 #define ADD(a, b) ((a) + (b))
 #define DIV(a, b) ((a) / (b))