# HG changeset patch # User Nick Roberts # Date 1179633091 0 # Node ID 677a47b3c1160898bfe946a8da42cf989194686e # Parent dfd811e95adc8750541d8abc09032354cd8cc78e (make_lispy_event): Make case GPM_CLICK_EVENT conditional on [HAVE_GPM_H]. diff -r dfd811e95adc -r 677a47b3c116 src/keyboard.c --- a/src/keyboard.c Sun May 20 03:49:33 2007 +0000 +++ b/src/keyboard.c Sun May 20 03:51:31 2007 +0000 @@ -6008,6 +6008,7 @@ } #endif +#ifdef HAVE_GPM_H case GPM_CLICK_EVENT: { FRAME_PTR f = XFRAME (event->frame_or_window); @@ -6065,6 +6066,7 @@ Fcons (position, Qnil)); } +#endif /* HAVE_GPM_H */ /* The 'kind' field of the event is something we don't recognize. */ default: