aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 4658fdcca51..576afd29843 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -6189,7 +6189,7 @@ make_lispy_event (event)
6189 } 6189 }
6190} 6190}
6191 6191
6192#ifdef HAVE_MOUSE 6192#if defined(HAVE_MOUSE) || defined(HAVE_GPM)
6193 6193
6194static Lisp_Object 6194static Lisp_Object
6195make_lispy_movement (frame, bar_window, part, x, y, time) 6195make_lispy_movement (frame, bar_window, part, x, y, time)
@@ -6228,7 +6228,7 @@ make_lispy_movement (frame, bar_window, part, x, y, time)
6228 } 6228 }
6229} 6229}
6230 6230
6231#endif /* HAVE_MOUSE */ 6231#endif /* HAVE_MOUSE || HAVE GPM */
6232 6232
6233/* Construct a switch frame event. */ 6233/* Construct a switch frame event. */
6234static Lisp_Object 6234static Lisp_Object