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:


fix button up for buttons 8,9 etc.

===================================================================
RCS file: /cvs/e/e17/libs/ecore/src/lib/ecore_x/ecore_x_events.c,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -3 -r1.87 -r1.88
--- ecore_x_events.c    5 Nov 2006 15:14:49 -0000       1.87
+++ ecore_x_events.c    12 Nov 2006 01:32:30 -0000      1.88
@@ -480,7 +480,7 @@
 _ecore_x_event_handle_button_release(XEvent *xevent)
 {
    /* filter out wheel buttons */
-   if (xevent->xbutton.button <= 3)
+   if ((xevent->xbutton.button <= 3) || (xevent->xbutton.button > 7))
      {
          {
             Ecore_X_Event_Mouse_Move *e;



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to