aboutsummaryrefslogtreecommitdiffstats
path: root/src/termhooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/termhooks.h')
-rw-r--r--src/termhooks.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/termhooks.h b/src/termhooks.h
index 0ca6523bd61..1e9968530e8 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -343,7 +343,7 @@ enum event_kind
343 MAC_APPLE_EVENT, 343 MAC_APPLE_EVENT,
344#endif 344#endif
345 345
346#ifdef HAVE_GPM_H 346#ifdef HAVE_GPM
347 GPM_CLICK_EVENT 347 GPM_CLICK_EVENT
348#endif 348#endif
349}; 349};
@@ -450,7 +450,7 @@ enum {
450 meta_modifier = CHAR_META /* Under X, the XK_Meta_[LR] keysyms. */ 450 meta_modifier = CHAR_META /* Under X, the XK_Meta_[LR] keysyms. */
451}; 451};
452 452
453#ifdef HAVE_GPM_H 453#ifdef HAVE_GPM
454#include <gpm.h> 454#include <gpm.h>
455extern int handle_one_term_event (Gpm_Event *, struct input_event *); 455extern int handle_one_term_event (Gpm_Event *, struct input_event *);
456 456