summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/app.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app.c b/src/app.c
index 6a3dc00b..b233b12d 100644
--- a/src/app.c
+++ b/src/app.c
@@ -929,6 +929,7 @@ void processEvents_App(enum iAppEventMode eventMode) {
929 } 929 }
930 else { 930 else {
931 /* Disregard wheel acceleration applied by the OS. */ 931 /* Disregard wheel acceleration applied by the OS. */
932 ev.wheel.x = -ev.wheel.x;
932 ev.wheel.y = iSign(ev.wheel.y); 933 ev.wheel.y = iSign(ev.wheel.y);
933 } 934 }
934#endif 935#endif