Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entice

Dir     : e17/apps/entice/src/bin


Modified Files:
        signals_thumb.c 


Log Message:
and pass events quietly over our thumbnails

===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/src/bin/signals_thumb.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- signals_thumb.c     8 Jan 2004 19:58:16 -0000       1.5
+++ signals_thumb.c     8 Jan 2004 20:03:20 -0000       1.6
@@ -47,10 +47,13 @@
    int i, count;
    E_Thumb *thumb = NULL;
    char *signals[] = { "EnticeThumbPreview", "EnticeThumbLoad" };
-   void (*funcs[])(void *data, Evas_Object *obj, const char *emission,
-   const char *source) = { _entice_thumb_preview_cb,
-   _entice_thumb_load_cb };
+   void (*funcs[]) (void *data, Evas_Object * obj, const char *emission,
+                    const char *source) =
+   {
+   _entice_thumb_preview_cb, _entice_thumb_load_cb};
    count = sizeof(signals) / sizeof(char *);
    for (i = 0; i < count; i++)
       edje_object_signal_callback_add(o, signals[i], "", funcs[i], im);
+   if ((thumb = (E_Thumb *) evas_object_smart_data_get(im)))
+      evas_object_pass_events_set(thumb->image, 1);
 }




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to