Mercurial > emacs
changeset 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 | e91b2a9e448f |
children | b6ab0a86a34c |
files | src/keyboard.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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