Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/ecore

Dir     : e17/libs/ecore/src/lib/ecore_x


Modified Files:
        ecore_x_events.c 


Log Message:


provide modifiers with wheel events!

===================================================================
RCS file: 
/cvsroot/enlightenment/e17/libs/ecore/src/lib/ecore_x/ecore_x_events.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -3 -r1.72 -r1.73
--- ecore_x_events.c    23 Aug 2005 08:18:17 -0000      1.72
+++ ecore_x_events.c    22 Sep 2005 11:46:02 -0000      1.73
@@ -285,7 +285,7 @@
        if (!e)
          return;
        
-       e->modifiers = 0;
+       e->modifiers = xevent->xbutton.state;
        e->direction = 0;
        e->z = 0;
        if      (xevent->xbutton.button == 4)




-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to