comparison src/Makefile.am @ 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 45d9a1e2764d
children a6e559fb76d7
comparison
equal deleted inserted replaced
223:8be36a0d4239 224:29e1b2bffe4c
5 noinst_PROGRAMS = X_main 5 noinst_PROGRAMS = X_main
6 6
7 libmbfly_la_SOURCES = animate.c chgcolor.c coord.c event.c geo.c \ 7 libmbfly_la_SOURCES = animate.c chgcolor.c coord.c event.c geo.c \
8 observer.c paint.c redraw_man.c rotate.c shape_path.c \ 8 observer.c paint.c redraw_man.c rotate.c shape_path.c \
9 shape_rect.c shape_text.c shift.c subtree_free.c timer.c \ 9 shape_rect.c shape_text.c shift.c subtree_free.c timer.c \
10 timertool.c tools.c visibility.c X_supp.c 10 timertool.c tools.c visibility.c X_supp.c prop.c
11 libmbfly_la_CPPFLAGS = @cairo_CFLAGS@ 11 libmbfly_la_CPPFLAGS = @cairo_CFLAGS@
12 libmbfly_la_LDFLAGS = @cairo_LIBS@ 12 libmbfly_la_LDFLAGS = @cairo_LIBS@
13 13
14 X_main_SOURCES = X_main.c 14 X_main_SOURCES = X_main.c
15 X_main_LDADD = $(top_builddir)/src/libmbfly.la 15 X_main_LDADD = $(top_builddir)/src/libmbfly.la