diff src/tools.c @ 30:e06a4a667ce2

Accept mouse/pointer event and hint the shape that the pointer is over. - add find_shape_at_pos()
author Thinker K.F. Li <thinker@branda.to>
date Tue, 05 Aug 2008 12:40:45 +0800
parents 79e9edf4c00a
children a6763f080da5
line wrap: on
line diff
--- a/src/tools.c	Mon Aug 04 21:13:32 2008 +0800
+++ b/src/tools.c	Tue Aug 05 12:40:45 2008 +0800
@@ -108,6 +108,7 @@
     }
 }
 
+
 #ifdef UNITTEST
 
 #include <CUnit/Basic.h>