mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(make_lispy_movement): Condition on HAVE_GPM too.
This commit is contained in:
parent
ff7cd3aa8f
commit
bdb1e01d98
@ -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 New Issue
Block a user