Thank you for your fast reply. I made attached patch and it also clear my problem. but I want to know WHY this strange behavior is occurred and HOW can I fix this problem with more proper way.
2007/9/12, Ville Syrjälä <[EMAIL PROTECTED]>: > On Wed, Sep 12, 2007 at 07:48:29PM +0900, SiO4, Yong Hwan wrote: > > Hi, all and alan, > > > > (please excuse my poor English.) > > > > I currently working with directfb with touchscreen device, > > and I decide that I use tslib for touchscreen functionality. > > > > with my hardware and tslib, test applications from tslib > > and SDL based programs are works fine. but when I > > tried to test with directfb, I faced a problem, and I found > > (maybe) same problem on this mailling list. > > > > next message is from list. > > > > http://mail.directfb.org/pipermail/directfb-users/2007-March/002719.html > > See: > http://mail.directfb.org/pipermail/directfb-dev/2007-March/002895.html > > -- > Ville Syrjälä > [EMAIL PROTECTED] > http://www.sci.fi/~syrjala/ > -- the love you take is equal to the love you make. - the end, by beatles
--- tslib-1.0/plugins/Makefile.am.orig 2007-09-12 20:31:07.000000000 +0900 +++ tslib-1.0/plugins/Makefile.am 2007-09-12 20:33:39.000000000 +0900 @@ -105,39 +105,39 @@ $(H2200_LINEAR_MODULE) \ $(INPUT_MODULE) -variance_la_SOURCES = variance.c +variance_la_SOURCES = variance.c ../src/ts_parse_vars.c variance_la_LDFLAGS = -module $(LTVSN) -dejitter_la_SOURCES = dejitter.c +dejitter_la_SOURCES = dejitter.c ../src/ts_parse_vars.c dejitter_la_LDFLAGS = -module $(LTVSN) -linear_la_SOURCES = linear.c +linear_la_SOURCES = linear.c ../src/ts_parse_vars.c linear_la_LDFLAGS = -module $(LTVSN) -pthres_la_SOURCES = pthres.c +pthres_la_SOURCES = pthres.c ../src/ts_parse_vars.c pthres_la_LDFLAGS = -module $(LTVSN) # hw access -corgi_la_SOURCES = corgi-raw.c +corgi_la_SOURCES = corgi-raw.c ../src/ts_parse_vars.c corgi_la_LDFLAGS = -module $(LTVSN) -collie_la_SOURCES = collie-raw.c +collie_la_SOURCES = collie-raw.c ../src/ts_parse_vars.c collie_la_LDFLAGS = -module $(LTVSN) -ucb1x00_la_SOURCES = ucb1x00-raw.c +ucb1x00_la_SOURCES = ucb1x00-raw.c ../src/ts_parse_vars.c ucb1x00_la_LDFLAGS = -module $(LTVSN) -h3600_la_SOURCES = h3600-raw.c +h3600_la_SOURCES = h3600-raw.c ../src/ts_parse_vars.c h3600_la_LDFLAGS = -module $(LTVSN) -mk712_la_SOURCES = mk712-raw.c +mk712_la_SOURCES = mk712-raw.c ../src/ts_parse_vars.c mk712_la_LDFLAGS = -module $(LTVSN) -arctic2_la_SOURCES = arctic2-raw.c +arctic2_la_SOURCES = arctic2-raw.c ../src/ts_parse_vars.c arctic2_la_LDFLAGS = -module $(LTVSN) -input_la_SOURCES = input-raw.c +input_la_SOURCES = input-raw.c ../src/ts_parse_vars.c input_la_LDFLAGS = -module $(LTVSN) -linear_h2200_la_SOURCES = linear-h2200.c +linear_h2200_la_SOURCES = linear-h2200.c ../src/ts_parse_vars.c linear_h2200_la_LDFLAGS = -module $(LTVSN)
_______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
