Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/lib/canvas


Modified Files:
        evas_object_main.c 


Log Message:


hmm - broke e17's mouse pointer

===================================================================
RCS file: /cvs/e/e17/libs/evas/src/lib/canvas/evas_object_main.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -3 -r1.51 -r1.52
--- evas_object_main.c  7 Oct 2006 17:35:14 -0000       1.51
+++ evas_object_main.c  8 Oct 2006 00:32:50 -0000       1.52
@@ -1,15 +1,17 @@
 #include "evas_common.h"
 #include "evas_private.h"
 
+/* FIXME: this broken e17's mouse cursor - need to figure out why */
+
 /* uncomment the next line if smart objects should be informed
  * if they are moved to the position they are already in
  * (e.g. if they are in 0,0 and you call evas_object_move(o, 0, 0)
  */
-/* #define FORWARD_NOOP_MOVES_TO_SMART_OBJS */
+#define FORWARD_NOOP_MOVES_TO_SMART_OBJS
 
 /* likewise, for resizes
  */
-/* #define FORWARD_NOOP_RESIZES_TO_SMART_OBJS */
+#define FORWARD_NOOP_RESIZES_TO_SMART_OBJS
 
 static Evas_Object_List* get_layer_objects_last( Evas_Layer* l )
 {



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to