Enlightenment CVS committal
Author : kwo
Project : e16
Module : e
Dir : e16/e/src
Modified Files:
ecompmgr.c
Log Message:
CM: Fix update on unmap without fading (broken recently).
===================================================================
RCS file: /cvs/e/e16/e/src/ecompmgr.c,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -3 -r1.162 -r1.163
--- ecompmgr.c 11 Jul 2007 10:05:57 -0000 1.162
+++ ecompmgr.c 18 Jul 2007 11:10:54 -0000 1.163
@@ -1404,7 +1404,6 @@
cw->fadeout = 1;
ECompMgrWinInvalidate(eo, INV_PICTURE);
ECompMgrWinSetPicts(eo);
- ECompMgrDamageMergeObject(eo, cw->extents);
ECompMgrWinFade(eo, cw->opacity, 0x10000000);
}
@@ -1479,14 +1478,12 @@
if (!eo->shown) /* Sometimes we get a synthetic one too */
return;
+ ECompMgrDamageMergeObject(eo, cw->extents);
_ECM_SET_STACK_CHANGED();
if (Conf_compmgr.fading.enable && eo->fade && !eo->gone)
ECompMgrWinFadeOut(eo);
else
- {
- ECompMgrDamageMergeObject(eo, cw->extents);
- ECompMgrWinInvalidate(eo, INV_PIXMAP);
- }
+ ECompMgrWinInvalidate(eo, INV_PIXMAP);
}
static void
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs