Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_border.c Log Message: Don't accept LOCK keys as modifiers on event Mouse Down. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_border.c,v retrieving revision 1.94 retrieving revision 1.95 diff -u -3 -r1.94 -r1.95 --- e_border.c 10 Feb 2005 15:21:23 -0000 1.94 +++ e_border.c 11 Feb 2005 14:38:46 -0000 1.95 @@ -1795,6 +1795,8 @@ bd->mouse.current.mx = ev->root.x; bd->mouse.current.my = ev->root.y; /* Bindings */ + /* Remove LOCK keys */ + ev->modifers &= ~(ECORE_X_LOCK_SCROLL|ECORE_X_LOCK_NUM|ECORE_X_LOCK_CAPS); for (list = e_config->bindings; list; list = list->next) { eb = list->data; ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs