would it be possible to add a note in the code, about the reason of
that change ?

Vincent

On Thu, Jun 21, 2012 at 3:29 PM, Enlightenment SVN
<no-re...@enlightenment.org> wrote:
> Log:
> gtk developers with IQs over 180 enjoy hiding and showing their windows 
> constantly, especially when resizing. this broke e's comp since we are not 
> nearly that clever and try to defer hide animations in most cases. undoing 
> the defer whenever this happens allows us to keep up with their towering 
> genius.
>  fixes ticket #765 and probably some others.
>  affected apps: claws-mail, firefox
>
>
> Author:       discomfitor
> Date:         2012-06-21 06:29:45 -0700 (Thu, 21 Jun 2012)
> New Revision: 72600
> Trac:         http://trac.enlightenment.org/e/changeset/72600
>
> Modified:
>  trunk/e/src/modules/comp/e_mod_comp.c
>
> Modified: trunk/e/src/modules/comp/e_mod_comp.c
> ===================================================================
> --- trunk/e/src/modules/comp/e_mod_comp.c       2012-06-21 12:09:08 UTC (rev 
> 72599)
> +++ trunk/e/src/modules/comp/e_mod_comp.c       2012-06-21 13:29:45 UTC (rev 
> 72600)
> @@ -2529,6 +2529,7 @@
>    Ecore_X_Event_Window_Show *ev = event;
>    E_Comp_Win *cw = _e_mod_comp_win_find(ev->win);
>    if (!cw) return ECORE_CALLBACK_PASS_ON;
> +   cw->defer_hide = 0;
>    if (cw->visible) return ECORE_CALLBACK_PASS_ON;
>    _e_mod_comp_win_show(cw);
>    return ECORE_CALLBACK_PASS_ON;
>
>
> ------------------------------------------------------------------------------
> 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
> https://lists.sourceforge.net/lists/listinfo/enlightenment-svn

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