aboutsummaryrefslogtreecommitdiffstats
path: root/src/termhooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/termhooks.h')
-rw-r--r--src/termhooks.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/termhooks.h b/src/termhooks.h
index 0ccd2dac9e1..2f509009bd9 100644
--- a/src/termhooks.h
+++ b/src/termhooks.h
@@ -306,7 +306,9 @@ enum {
306#ifdef HAVE_GPM 306#ifdef HAVE_GPM
307#include <gpm.h> 307#include <gpm.h>
308extern int handle_one_term_event (struct tty_display_info *, Gpm_Event *, struct input_event *); 308extern int handle_one_term_event (struct tty_display_info *, Gpm_Event *, struct input_event *);
309#ifndef HAVE_WINDOW_SYSTEM
309extern void term_mouse_moveto (int, int); 310extern void term_mouse_moveto (int, int);
311#endif
310 312
311/* The device for which we have enabled gpm support. */ 313/* The device for which we have enabled gpm support. */
312extern struct tty_display_info *gpm_tty; 314extern struct tty_display_info *gpm_tty;
@@ -660,4 +662,3 @@ extern unsigned char *encode_terminal_code (struct glyph *, int,
660#ifdef HAVE_GPM 662#ifdef HAVE_GPM
661extern void close_gpm (int gpm_fd); 663extern void close_gpm (int gpm_fd);
662#endif 664#endif
663