mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-20 11:57:36 +00:00
(make_lispy_movement): Condition on HAVE_GPM too.
This commit is contained in:
parent
ff7cd3aa8f
commit
bdb1e01d98
1 changed files with 2 additions and 2 deletions
|
|
@ -6074,7 +6074,7 @@ make_lispy_event (event)
|
|||
}
|
||||
}
|
||||
|
||||
#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 @@ make_lispy_movement (frame, bar_window, part, x, y, time)
|
|||
}
|
||||
}
|
||||
|
||||
#endif /* HAVE_MOUSE */
|
||||
#endif /* HAVE_MOUSE || HAVE GPM */
|
||||
|
||||
/* Construct a switch frame event. */
|
||||
static Lisp_Object
|
||||
|
|
|
|||
Loading…
Reference in a new issue