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
This commit is contained in:
Carsten Haitzler 2012-08-27 23:19:14 +00:00
parent e9bb93442d
commit ec5b963091
1 changed files with 2 additions and 2 deletions

View File

@ -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;