Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_bindings.c e_border.c Log Message: working on click to focus hangs.. fixed.... i think- test it guys! =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_bindings.c,v retrieving revision 1.14 retrieving revision 1.15 diff -u -3 -r1.14 -r1.15 --- e_bindings.c 12 Jun 2005 06:50:33 -0000 1.14 +++ e_bindings.c 12 Jul 2005 15:28:05 -0000 1.15 @@ -260,7 +260,6 @@ return act; } -/* FIXME: finish off key bindings */ void e_bindings_key_add(E_Binding_Context ctxt, char *key, E_Binding_Modifier mod, int any_mod, char *action, char *params) { =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_border.c,v retrieving revision 1.330 retrieving revision 1.331 diff -u -3 -r1.330 -r1.331 --- e_border.c 12 Jul 2005 11:07:57 -0000 1.330 +++ e_border.c 12 Jul 2005 15:28:05 -0000 1.331 @@ -3602,7 +3602,8 @@ bd = e_border_find_by_window(ev->event_win); if (bd) { - if (bd->cur_mouse_action) return 0; + if (bd->cur_mouse_action) + return 0; if (ev->event_win == bd->win) { if (!e_bindings_mouse_down_find(E_BINDING_CONTEXT_BORDER, ------------------------------------------------------- This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual core and dual graphics technology at this free one hour event hosted by HP, AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs