thanks for your response and sorry for the formatting. i will be more careful to keep the formatting.
2012/9/3 Carsten Haitzler <[email protected]> > On Tue, 14 Aug 2012 20:48:10 +0900 Kim Shinwoo <[email protected]> > said: > > i don't get the warning you do. no warning. it's happy. so i have no idea > why > you get your line 468 thing. but this is in svn... WITH fixes to > formatting. > shinwoo! you should know better! you've done better before. things like: > > if (a == 1 && b == 2) > > are frowned on here., > > if ((a == 1) && (b == 2)) > > is right. you did this kind of thing in a few places. i fixed it. :) > otherwise.. in svn! tnx muchly! :) > > > dear all hello, > > > > i have revised the access module and attached. you can find the following > > in the patch. > > > > - mouse double tap and move gesture for each direction > > - two finger flicking for each direction > > - two finger panning > > > > anyway would you please let me know why i got the following warring > message. > > > > - line 468 - warring: array subscription is above array bounds > > > > 8 +#define HISTORY_MAX 8 > > > > 465 + if (cov) > > 466 + { > > 467 + covers = eina_list_append(covers, cov); > > 468 + for (i = 0; i < HISTORY_MAX; i++) > > cov->mouse_history[i] = -1; > > 469 + } > > > > please give your feedback, thanks. > > > > cordially, > > shinwoo kim. > > > -- > ------------- Codito, ergo sum - "I code, therefore I am" -------------- > The Rasterman (Carsten Haitzler) [email protected] > > ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ enlightenment-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/enlightenment-devel
