From a5a17eb3cb5b66199ab2da38eb7c63597c42eca0 Mon Sep 17 00:00:00 2001 From: sebastid Date: Mon, 10 Oct 2005 22:35:12 +0000 Subject: [PATCH] Disable for now. SVN revision: 17415 --- src/bin/e_bindings.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/e_bindings.c b/src/bin/e_bindings.c index 704dc78d2..5b2f7dfc4 100644 --- a/src/bin/e_bindings.c +++ b/src/bin/e_bindings.c @@ -51,6 +51,7 @@ e_bindings_init(void) 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_init(void) 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)