From b8e3b6ce4ea867b9b0a4b204ac0be084abd6e5f8 Mon Sep 17 00:00:00 2001 From: Nick Roberts Date: Sun, 20 May 2007 03:51:31 +0000 Subject: [PATCH] (make_lispy_event): Make case GPM_CLICK_EVENT conditional on [HAVE_GPM_H]. --- src/keyboard.c | 2 ++ 1 file changed, 2 insertions(+) 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) } #endif +#ifdef HAVE_GPM_H case GPM_CLICK_EVENT: { FRAME_PTR f = XFRAME (event->frame_or_window); @@ -6065,6 +6066,7 @@ make_lispy_event (event) Fcons (position, Qnil)); } +#endif /* HAVE_GPM_H */ /* The 'kind' field of the event is something we don't recognize. */ default: -- 2.39.2