Mercurial > MadButterfly
diff src/Makefile.pmake @ 224:29e1b2bffe4c
X backend only sent EVT_MOUSE_MOVE_RAW to MadButterfly.
- backend does not interpret mouse events (over/out/move), now.
- redraw manager, now, interpret mouse events to make it backend independent.
- The task (interpret mouse events) should be moved to somewhere in futhure.
- backend only sent MotionNotify as EVT_MOUSE_MOVE_RAW.
- EVT_MOUSE_MOVE_RAW is interpreted by backend independent code.
author | Thinker K.F. Li <thinker@branda.to> |
---|---|
date | Mon, 15 Dec 2008 10:13:03 +0800 |
parents | 129de2d83abe |
children | 65cabbdd5284 |
line wrap: on
line diff
--- a/src/Makefile.pmake Sun Dec 14 12:53:45 2008 +0800 +++ b/src/Makefile.pmake Mon Dec 15 10:13:03 2008 +0800 @@ -1,10 +1,11 @@ SRCS = coord.c geo.c shape_path.c shape_text.c shape_rect.c \ redraw_man.c timer.c animate.c paint.c event.c observer.c \ X_supp.c timertool.c tools.c shift.c chgcolor.c \ - visibility.c rotate.c + visibility.c rotate.c prop.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` +CFLAGS+= -Wall -I../include -I/usr/local/include \ + `pkg-config --cflags cairo` LDFLAGS = `pkg-config --libs cairo` BINS = libmbfly.a X_main PREFIX?=/usr/local/