Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        ecompmgr.c 


Log Message:
Fix major picture leak.
===================================================================
RCS file: /cvsroot/enlightenment/e16/e/src/ecompmgr.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- ecompmgr.c  31 Mar 2005 23:22:02 -0000      1.18
+++ ecompmgr.c  7 Apr 2005 21:05:59 -0000       1.19
@@ -342,6 +342,9 @@
    XRenderPictFormat  *pictfmt;
    XRenderPictureAttributes pa;
 
+   if (cmdi->bgpict)
+      return cmdi->bgpict;
+
    fill = False;
    pmap = BackgroundGetPixmap(DeskGetBackground(d->num));
    D1printf("DeskBackgroundPictureGet: Desk %d: using pixmap %#lx\n", d->num,




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to