Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/bin


Modified Files:
        ecore_evas_test_bg.c 


Log Message:


if an ecore evas is shaped and avoid damage - render it just before a show :)

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ecore/src/bin/ecore_evas_test_bg.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -3 -r1.4 -r1.5
--- ecore_evas_test_bg.c        13 Apr 2005 15:47:34 -0000      1.4
+++ ecore_evas_test_bg.c        7 Jul 2005 03:31:34 -0000       1.5
@@ -334,13 +334,13 @@
        if (!ecore_evas_shaped_get(ee))
          {
             evas_object_hide(o_bg_rect);
-            evas_object_hide(o_bg);
+//          evas_object_hide(o_bg);
             ecore_evas_shaped_set(ee, 1);
          }
        else
          {
             evas_object_show(o_bg_rect);
-            evas_object_show(o_bg);
+//          evas_object_show(o_bg);
             ecore_evas_shaped_set(ee, 0);
          }
      }




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