Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : e

Dir     : e16/e/src


Modified Files:
        dialog.c 


Log Message:
Fix dialog image rendering in certain situations.

===================================================================
RCS file: /cvs/e/e16/e/src/dialog.c,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -3 -r1.174 -r1.175
--- dialog.c    8 Oct 2006 13:01:42 -0000       1.174
+++ dialog.c    14 Oct 2006 08:09:59 -0000      1.175
@@ -1227,6 +1227,7 @@
             EImageRenderPixmaps(im, di->win, &pmap, &mask, 0, 0);
             ESetWindowBackgroundPixmap(di->win, pmap);
             EShapeCombineMask(di->win, ShapeBounding, 0, 0, mask, ShapeSet);
+            EClearWindow(di->win);
             EImagePixmapFree(pmap);
             EImageFree(im);
          }



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to