(Qmouse_wheel): Declare only if MAC_OSX defined.
authorJason Rumney <jasonr@gnu.org>
Sun, 1 Jun 2003 21:40:38 +0000 (21:40 +0000)
committerJason Rumney <jasonr@gnu.org>
Sun, 1 Jun 2003 21:40:38 +0000 (21:40 +0000)
commit8006e4bbcb8a7014cd7f3c5d5840b811a6472ceb
treed0fb5bf38863d6f09682d308e9ead7925634d755
parent3ecad19e403a7bdbb15f1af31913378192018faf
(Qmouse_wheel): Declare only if MAC_OSX defined.
(mouse_wheel_syms, lispy_mouse_wheel_names): Likewise.
(discard_mouse_events): Discard WHEEL_EVENT events too.
(lispy_wheel_names, wheel_syms): New.
(syms_of_keyboard): Init and staticpro `wheel_syms'.  Init and
staticpro `Qmouse_wheel' and `mouse_wheel_syms' only if MAC_OSX
defined.
(make_lispy_event): Added WHEEL_EVENT handler.
src/keyboard.c