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.
e.module.access.e_mod_main.diff
Description: Binary data
------------------------------------------------------------------------------ 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
