Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/edje

Dir     : e17/libs/edje/src/bin


Modified Files:
        edje_main.c 


Log Message:


fixed bug where instant changes didnt happen if no animation was happening.
forgot a call to recalc. also added "Ckiecked" signals... working thru the
todo list.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/edje/src/bin/edje_main.c,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -3 -r1.9 -r1.10
--- edje_main.c 22 Jun 2003 05:16:12 -0000      1.9
+++ edje_main.c 22 Jun 2003 07:58:54 -0000      1.10
@@ -1,9 +1,5 @@
 #include "edje.h"
 
-/* FIXME: need filename title and part name title */
-/* FIXME: need to look a bit prettier! */
-/* FIXME: edje test needs to load multiple edjes */
-
 static int  main_start(int argc, char **argv);
 static void main_stop(void);
 static void main_resize(Ecore_Evas *ee);
@@ -106,6 +102,7 @@
    evas_object_color_set(o, 255, 255, 255, 255);
    evas_object_image_file_set(o, DAT"data/test/images/bg.png", NULL);
    evas_object_image_fill_set(o, 0, 0, 128, 128);
+   evas_object_pass_events_set(o, 1);
    evas_object_show(o);   
    o_bg = o;
 
@@ -116,6 +113,7 @@
    evas_object_color_set(o, 255, 255, 255, 255);
    evas_object_image_file_set(o, DAT"data/test/images/shadow.png", NULL);
    evas_object_image_fill_set(o, 0, 0, 240, 320);
+   evas_object_pass_events_set(o, 1);
    evas_object_show(o);
    o_shadow = o;
 }
@@ -329,7 +327,7 @@
 static void
 cb (void *data, Evas_Object *o, const char *sig, const char *src)
 {
-   printf("CALLBACK for %p %p \"%s\" \"%s\"\n", data, o, sig, src);
+//   printf("CALLBACK for %p %p \"%s\" \"%s\"\n", data, o, sig, src);
 }
 
 void




-------------------------------------------------------
This SF.Net email is sponsored by: INetU
Attention Web Developers & Consultants: Become An INetU Hosting Partner.
Refer Dedicated Servers. We Manage Them. You Get 10% Monthly Commission!
INetU Dedicated Managed Hosting http://www.inetu.net/partner/index.php
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to