Enlightenment CVS committal Author : sebastid Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_bindings.c Log Message: Disable for now. =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_bindings.c,v retrieving revision 1.23 retrieving revision 1.24 diff -u -3 -r1.23 -r1.24 --- e_bindings.c 10 Oct 2005 22:33:12 -0000 1.23 +++ e_bindings.c 10 Oct 2005 22:35:12 -0000 1.24 @@ -51,6 +51,7 @@ e_bindings_signal_add(eb->context, eb->signal, eb->source, eb->modifiers, eb->any_mod, eb->action, eb->params); /* FIXME: Can this be solved in a generic way? */ +#if 0 if ((!strcmp(eb->action, "window_resize")) && (!strncmp(eb->signal, "mouse,down,", 11)) && (!strncmp(eb->source, "resize_", 7))) @@ -60,6 +61,7 @@ e_bindings_signal_add(eb->context, "mouse,out", eb->source, eb->modifiers, eb->any_mod, "pointer_pop", eb->params); } +#endif } for (l = e_config->wheel_bindings; l; l = l->next) ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs