(make_lispy_event): Make case GPM_CLICK_EVENT
conditional on [HAVE_GPM_H].
This commit is contained in:
parent
59ffc604f6
commit
b8e3b6ce4e
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Reference in a new issue