Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        ecompmgr.c ewins.c 


Log Message:
Update pagers after fading.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/ecompmgr.c,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -3 -r1.100 -r1.101
--- ecompmgr.c  4 Mar 2006 13:56:18 -0000       1.100
+++ ecompmgr.c  6 Mar 2006 22:38:05 -0000       1.101
@@ -1238,6 +1238,8 @@
 #endif
    if (cw->fading)
       ECompMgrWinFadeDoIn(eo, (unsigned int)val);
+   else if (eo->type == EOBJ_TYPE_EWIN)
+      ModulesSignal(eo->shown ? ESIGNAL_EWIN_CHANGE : ESIGNAL_EWIN_UNMAP, eo);
    ECompMgrWinSetOpacity(eo, op);
 }
 
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/ewins.c,v
retrieving revision 1.144
retrieving revision 1.145
diff -u -3 -r1.144 -r1.145
--- ewins.c     18 Feb 2006 08:30:08 -0000      1.144
+++ ewins.c     6 Mar 2006 22:38:05 -0000       1.145
@@ -1007,8 +1007,6 @@
       Mode.mouse_over_ewin = NULL;
    if (ewin == Mode.context_ewin)
       Mode.context_ewin = NULL;
-
-   ModulesSignal(ESIGNAL_EWIN_UNMAP, ewin);
 }
 
 static void
@@ -1150,6 +1148,8 @@
    EoUnmap(ewin);
    EwinUnmap2(ewin);
 
+   ModulesSignal(ESIGNAL_EWIN_UNMAP, ewin);
+
    if (ewin->state.state == EWIN_STATE_ICONIC)
       return;
 




-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to