Dear all,

After I updated recent e, i found that i can't click any border windows.
And I can't touch at all firefox or chome(which are using override
redirected window)

I think it's caused by r75540

--- a/trunk/e/src/bin/e_border.c
+++ b/trunk/e/src/bin/e_border.c
@@ -6512,8 +6512,10 @@ _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))
+   if ((e_config->pass_click_on)
+//       || (e_config->always_click_to_raise)
+//       || (e_config->always_click_to_focus)
+      )


I changed focus setting as like below
1. click raises the window
2. click focuses the window

Is it a bug or should I change focus setting?

Thanks

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to