aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJuanma Barranquero2003-05-26 22:55:45 +0000
committerJuanma Barranquero2003-05-26 22:55:45 +0000
commitf84b99383bc0723bf41e47c02e212a1f632f31b9 (patch)
tree9b0a2e444c614ae6fa2bef726fbe957def1ee679 /src
parent20464fdfce5d2ce0a7660c5d24a6916e650e3603 (diff)
downloademacs-f84b99383bc0723bf41e47c02e212a1f632f31b9.tar.gz
emacs-f84b99383bc0723bf41e47c02e212a1f632f31b9.zip
(make_lispy_event) [WINDOWSNT]: Don't handle MOUSE_WHEEL_EVENT anymore.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 4067880223d..9260a175746 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -5514,7 +5514,7 @@ make_lispy_event (event)
5514 } 5514 }
5515 } 5515 }
5516#endif /* WINDOWSNT */ 5516#endif /* WINDOWSNT */
5517#if defined(WINDOWSNT) || defined(MAC_OSX) 5517#if defined(MAC_OSX)
5518 case MOUSE_WHEEL_EVENT: 5518 case MOUSE_WHEEL_EVENT:
5519 { 5519 {
5520 enum window_part part; 5520 enum window_part part;
@@ -5587,7 +5587,7 @@ make_lispy_event (event)
5587 Qnil)))); 5587 Qnil))));
5588 } 5588 }
5589 } 5589 }
5590#endif /* WINDOWSNT || MAC_OSX */ 5590#endif /* MAC_OSX */
5591 5591
5592 case DRAG_N_DROP_EVENT: 5592 case DRAG_N_DROP_EVENT:
5593 { 5593 {