From ec5b96309160ff2364db41d1728e2d8668e99fa8 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Mon, 27 Aug 2012 23:19:14 +0000 Subject: [PATCH] hyoyoung is right. put settings back. those were for a different thing were click ALWAYS raises window even if on sloppy/pointer. SVN revision: 75744 --- src/bin/e_border.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/e_border.c b/src/bin/e_border.c index 6e9857572..f2530c756 100644 --- a/src/bin/e_border.c +++ b/src/bin/e_border.c @@ -6546,8 +6546,8 @@ _e_border_cb_grab_replay(void *data __UNUSED__, if (type != ECORE_EVENT_MOUSE_BUTTON_DOWN) return ECORE_CALLBACK_DONE; ev = event; if ((e_config->pass_click_on) -// || (e_config->always_click_to_raise) -// || (e_config->always_click_to_focus) + || (e_config->always_click_to_raise) // this works even if not on click-to-focus + || (e_config->always_click_to_focus) // this works even if not on click-to-focus ) { E_Border *bd;