Mercurial > emacs
diff src/keyboard.c @ 81057:3600cdf01ab7
(make_lispy_movement): Condition on HAVE_GPM too.
| author | Nick Roberts <nickrob@snap.net.nz> |
|---|---|
| date | Wed, 23 May 2007 21:42:10 +0000 |
| parents | 62b6aa7f8c37 |
| children | e6d77a4d2ea6 422451dd396a 31beec9ee600 |
line wrap: on
line diff
--- 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
