# HG changeset patch # User Nick Roberts # Date 1179956530 0 # Node ID 3600cdf01ab73b522c28203fec937d58c2a0dc56 # Parent e91b2a9e448f6fdb0a37392a2743ca6eec9e74f2 (make_lispy_movement): Condition on HAVE_GPM too. diff -r e91b2a9e448f -r 3600cdf01ab7 src/keyboard.c --- a/src/keyboard.c Wed May 23 21:40:20 2007 +0000 +++ b/src/keyboard.c Wed May 23 21:42:10 2007 +0000 @@ -6074,7 +6074,7 @@ } } -#ifdef HAVE_MOUSE +#if defined(HAVE_MOUSE) || defined(HAVE_GPM) static Lisp_Object make_lispy_movement (frame, bar_window, part, x, y, time) @@ -6113,7 +6113,7 @@ } } -#endif /* HAVE_MOUSE */ +#endif /* HAVE_MOUSE || HAVE GPM */ /* Construct a switch frame event. */ static Lisp_Object