diff options
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c index 6624fa79df1..343ca30caa9 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -357,6 +357,7 @@ static void x_check_fullscreen P_ ((struct frame *)); | |||
| 357 | static void x_check_expected_move P_ ((struct frame *)); | 357 | static void x_check_expected_move P_ ((struct frame *)); |
| 358 | static int handle_one_xevent P_ ((struct x_display_info *, XEvent *, | 358 | static int handle_one_xevent P_ ((struct x_display_info *, XEvent *, |
| 359 | int *, struct input_event *)); | 359 | int *, struct input_event *)); |
| 360 | static SIGTYPE x_connection_closed P_ ((Display *, char *)); | ||
| 360 | 361 | ||
| 361 | 362 | ||
| 362 | /* Flush display of frame F, or of all frames if F is null. */ | 363 | /* Flush display of frame F, or of all frames if F is null. */ |