Enlightenment CVS committal

Author  : kwo
Project : e16
Module  : epplets

Dir     : e16/epplets/api


Modified Files:
        epplet.c 


Log Message:
No "blanking" between images in E-Slides.

===================================================================
RCS file: /cvs/e/e16/epplets/api/epplet.c,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -3 -r1.139 -r1.140
--- epplet.c    15 Apr 2006 22:04:47 -0000      1.139
+++ epplet.c    16 Apr 2006 08:41:59 -0000      1.140
@@ -3481,7 +3481,8 @@
      }
    XSetWindowBackgroundPixmap(disp, g->general.parent->win,
                              g->general.parent->bg_pmap);
-   XClearWindow(disp, g->general.parent->win);
+   if (!un_only)
+      XClearWindow(disp, g->general.parent->win);
    XFreeGC(disp, gc);
 }
 




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