aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c4
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));
371static void x_sync_with_move P_ ((struct frame *, int, int, int)); 371static void x_sync_with_move P_ ((struct frame *, int, int, int));
372static int handle_one_xevent P_ ((struct x_display_info *, XEvent *, 372static int handle_one_xevent P_ ((struct x_display_info *, XEvent *,
373 int *, struct input_event *)); 373 int *, struct input_event *));
374static 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. */
376static 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. */