Enlightenment CVS committal

Author  : atmosphere
Project : e17
Module  : apps/entice

Dir     : e17/apps/entice/src/bin


Modified Files:
        image.c 


Log Message:
TrillMonkey pointed out bad mouse wheel handling


===================================================================
RCS file: /cvsroot/enlightenment/e17/apps/entice/src/bin/image.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- image.c     18 Oct 2003 05:22:05 -0000      1.28
+++ image.c     19 Oct 2003 00:58:23 -0000      1.29
@@ -878,7 +878,11 @@
    {
       if ((o = (Evas_Object *) data))
       {
-         evas_event_feed_mouse_wheel_data(e, ev->direction, ev->z, o);
+         char buf[PATH_MAX];
+
+         snprintf(buf, PATH_MAX, "mouse,wheel,%i,%i", (int) ev->direction,
+                  (int) ev->z);
+         edje_object_signal_emit(o, buf, "EnticeImage");
       }
    }
 #if DEBUG




-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise 
Linux in the Boardroom; in the Front Office; & in the Server Room 
http://www.enterpriselinuxforum.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to