Mercurial > MadButterfly
diff src/Makefile @ 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 | 19c603dd6ff9 |
children | d82749f77108 |
line wrap: on
line diff
--- a/src/Makefile Mon Aug 04 21:13:32 2008 +0800 +++ b/src/Makefile Tue Aug 05 12:40:45 2008 +0800 @@ -1,4 +1,5 @@ -SRCS = coord.c geo.c shape_path.c shape_text.c redraw_man.c paint.c tools.c +SRCS = coord.c geo.c shape_path.c shape_text.c redraw_man.c \ + paint.c event.c tools.c OBJS = ${SRCS:C/(.*)\.c/\1.o/g} TESTCASE_OBJS = ${SRCS:C/(.*)\.c/testcase-\1.o/g} CFLAGS+= -Wall -I/usr/local/include `pkg-config --cflags cairo`