Bruno Jesus : dinput: Skip events that are not useful currently.

Alexandre Julliard julliard at winehq.org
Thu Jan 26 14:53:14 CST 2017


Module: wine
Branch: master
Commit: 6bb2c4cdede6266557424f45814de13c09c888ad
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=6bb2c4cdede6266557424f45814de13c09c888ad

Author: Bruno Jesus <00cpxxx at gmail.com>
Date:   Wed Jan 25 16:28:57 2017 -0200

dinput: Skip events that are not useful currently.

Signed-off-by: Bruno Jesus <00cpxxx at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/dinput/joystick_linuxinput.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/dinput/joystick_linuxinput.c b/dlls/dinput/joystick_linuxinput.c
index 911700b..44d72fc 100644
--- a/dlls/dinput/joystick_linuxinput.c
+++ b/dlls/dinput/joystick_linuxinput.c
@@ -902,7 +902,7 @@ static void joy_polldev(LPDIRECTINPUTDEVICE8A iface)
             break;
 #endif
 	default:
-	    FIXME("joystick cannot handle type %d event (code %d)\n",ie.type,ie.code);
+	    TRACE("skipping event\n");
 	    break;
 	}
         if (inst_id >= 0)




More information about the wine-cvs mailing list