diff options
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 8b0078d6af6..6fcaa3d1294 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -371,7 +371,9 @@ static void x_check_expected_move P_ ((struct frame *, int, int)); | |||
| 371 | static void x_sync_with_move P_ ((struct frame *, int, int, int)); | 371 | static void x_sync_with_move P_ ((struct frame *, int, int, int)); |
| 372 | static int handle_one_xevent P_ ((struct x_display_info *, XEvent *, | 372 | static int handle_one_xevent P_ ((struct x_display_info *, XEvent *, |
| 373 | int *, struct input_event *)); | 373 | int *, struct input_event *)); |
| 374 | static SIGTYPE x_connection_closed P_ ((Display *, char *)) NO_RETURN; | 374 | /* Don't declare this NO_RETURN because we want no |
| 375 | interference with debugging failing X calls. */ | ||
| 376 | static SIGTYPE x_connection_closed P_ ((Display *, char *)); | ||
| 375 | 377 | ||
| 376 | 378 | ||
| 377 | /* Flush display of frame F, or of all frames if F is null. */ | 379 | /* Flush display of frame F, or of all frames if F is null. */ |