Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_evas


Modified Files:
        ecore_evas_x.c 


Log Message:


actually - if avoid damage is set render anyway :)

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_evas/ecore_evas_x.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -3 -r1.46 -r1.47
--- ecore_evas_x.c      7 Jul 2005 03:31:34 -0000       1.46
+++ ecore_evas_x.c      7 Jul 2005 03:37:57 -0000       1.47
@@ -1074,7 +1074,7 @@
 _ecore_evas_x_show(Ecore_Evas *ee)
 {
    ee->should_be_visible = 1;
-   if ((ee->shaped) && (ee->prop.avoid_damage))
+   if (ee->prop.avoid_damage)
      _ecore_evas_x_render(ee);
    if (!ee->prop.fullscreen)
      ecore_x_window_show(ee->engine.x.win_container);




-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to