diff options
Diffstat (limited to 'src/termhooks.h')
| -rw-r--r-- | src/termhooks.h | 3 |
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> |
| 308 | extern int handle_one_term_event (struct tty_display_info *, Gpm_Event *, struct input_event *); | 308 | extern int handle_one_term_event (struct tty_display_info *, Gpm_Event *, struct input_event *); |
| 309 | #ifndef HAVE_WINDOW_SYSTEM | ||
| 309 | extern void term_mouse_moveto (int, int); | 310 | extern 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. */ |
| 312 | extern struct tty_display_info *gpm_tty; | 314 | extern 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 |
| 661 | extern void close_gpm (int gpm_fd); | 663 | extern void close_gpm (int gpm_fd); |
| 662 | #endif | 664 | #endif |
| 663 | |||