Enlightenment CVS committal

Author  : raster
Project : e17
Module  : apps/e

Dir     : e17/apps/e/src/bin


Modified Files:
        e_pointer.c 


Log Message:


ummm playing - part of evas smart stuff

===================================================================
RCS file: /cvs/e/e17/apps/e/src/bin/e_pointer.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -3 -r1.30 -r1.31
--- e_pointer.c 23 Aug 2006 03:39:02 -0000      1.30
+++ e_pointer.c 5 Oct 2007 04:52:27 -0000       1.31
@@ -241,7 +241,8 @@
    p->pointer_object = o;
    /* Create the hotspot object */
    o = evas_object_rectangle_add(p->evas);
-   p->hot_object = o;
+   evas_object_color_set(o, 0, 0, 0, 0);
+   p->hot_object = o;   
    evas_object_event_callback_add(o, EVAS_CALLBACK_MOVE,
                                  _e_pointer_cb_move, p);
    /* init edje */
@@ -320,6 +321,7 @@
 
        if (!p->evas) _e_pointer_canvas_add(p);
        o = p->pointer_object;
+       printf("## P SET EDJE\n");
        if (p->color)
          {
             snprintf(cursor, sizeof(cursor), 
"e/pointer/enlightenment/%s/color", type);
@@ -334,6 +336,7 @@
          }
        edje_object_part_swallow(p->pointer_object, "e.swallow.hotspot", 
p->hot_object);
        p->hot.update = 1;
+       printf("## P SET EDJE - DONE OK\n");
        return 1;
      }
    fallback:
@@ -424,5 +427,6 @@
          }
        if (cursor) ecore_x_cursor_free(cursor);
      }
+   printf("## P SET EDJE - DONE FALLBACK\n");
    return 1;
 }



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to