aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index 2aa3b083cc0..e56a6904c91 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -6008,6 +6008,7 @@ make_lispy_event (event)
6008 } 6008 }
6009#endif 6009#endif
6010 6010
6011#ifdef HAVE_GPM_H
6011 case GPM_CLICK_EVENT: 6012 case GPM_CLICK_EVENT:
6012 { 6013 {
6013 FRAME_PTR f = XFRAME (event->frame_or_window); 6014 FRAME_PTR f = XFRAME (event->frame_or_window);
@@ -6065,6 +6066,7 @@ make_lispy_event (event)
6065 Fcons (position, 6066 Fcons (position,
6066 Qnil)); 6067 Qnil));
6067 } 6068 }
6069#endif /* HAVE_GPM_H */
6068 6070
6069 /* The 'kind' field of the event is something we don't recognize. */ 6071 /* The 'kind' field of the event is something we don't recognize. */
6070 default: 6072 default: