Enlightenment CVS committal

Author  : pfritz
Project : e17
Module  : libs/esmart

Dir     : e17/libs/esmart/src/lib/esmart_container


Modified Files:
        esmart_container_smart.c 


Log Message:
default is to clip elements

===================================================================
RCS file: 
/cvs/e/e17/libs/esmart/src/lib/esmart_container/esmart_container_smart.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- esmart_container_smart.c    18 Jul 2008 16:15:06 -0000      1.9
+++ esmart_container_smart.c    31 Jul 2008 17:24:24 -0000      1.10
@@ -92,6 +92,9 @@
   data->obj = obj;
   data->evas = evas_object_evas_get(obj);
 
+  /* default is to clip elements */
+  data->clip_elements = TRUE;
+
   data->clipper = evas_object_rectangle_add(data->evas);
   evas_object_smart_member_add(data->clipper, obj);
   evas_object_repeat_events_set(data->clipper, 1);



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to