On Monday, August 27, 2012, Enlightenment SVN wrote:

> Log:
> hyoyoung is right. put settings back. those were for a different thing
>   were click ALWAYS raises window even if on sloppy/pointer.
>
>
>
And we're broken again. You should add an if() for the click to focus case



>
> Author:       raster
> Date:         2012-08-27 16:19:14 -0700 (Mon, 27 Aug 2012)
> New Revision: 75744
> Trac:         http://trac.enlightenment.org/e/changeset/75744
>
> Modified:
>   trunk/e/src/bin/e_border.c
>
> Modified: trunk/e/src/bin/e_border.c
> ===================================================================
> --- trunk/e/src/bin/e_border.c  2012-08-27 22:05:51 UTC (rev 75743)
> +++ trunk/e/src/bin/e_border.c  2012-08-27 23:19:14 UTC (rev 75744)
> @@ -6546,8 +6546,8 @@
>     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;
>
>
>
> ------------------------------------------------------------------------------
> 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-svn mailing list
> enlightenment-...@lists.sourceforge.net <javascript:;>
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn
>


-- 
Gustavo Sverzut Barbieri
http://profusion.mobi embedded systems
--------------------------------------
MSN: barbi...@gmail.com
Skype: gsbarbieri
Mobile: +55 (19) 9225-2202
------------------------------------------------------------------------------
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