Enlightenment CVS committal

Author  : dj2
Project : e17
Module  : libs/ewl

Dir     : e17/libs/ewl/src


Modified Files:
        ewl_embed.c 


Log Message:
This should be a Mouse_Move not a Mouse_Up struct.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/ewl_embed.c,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -3 -r1.46 -r1.47
--- ewl_embed.c 23 Aug 2004 18:51:51 -0000      1.46
+++ ewl_embed.c 13 Oct 2004 17:42:19 -0000      1.47
@@ -1099,12 +1099,12 @@
                             void *event_info)
 {
        Ewl_Embed *embed;
-       Evas_Event_Mouse_Up *ev = event_info;
+       Evas_Event_Mouse_Move *ev = event_info;
 
        DENTER_FUNCTION(DLEVEL_STABLE);
 
        embed = data;
-       ewl_embed_mouse_move_feed(embed, ev->canvas.x, ev->canvas.y,
+       ewl_embed_mouse_move_feed(embed, ev->cur.canvas.x, ev->cur.canvas.y,
                                  ewl_ev_get_modifiers());
 
        DLEAVE_FUNCTION(DLEVEL_STABLE);




-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to