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, 2 insertions, 2 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 14e71fffa80..9c0b25b08bf 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -363,7 +363,7 @@ static void x_check_expected_move P_ ((struct frame *, int, int));
363static void x_sync_with_move P_ ((struct frame *, int, int, int)); 363static void x_sync_with_move P_ ((struct frame *, int, int, int));
364static int handle_one_xevent P_ ((struct x_display_info *, XEvent *, 364static int handle_one_xevent P_ ((struct x_display_info *, XEvent *,
365 int *, struct input_event *)); 365 int *, struct input_event *));
366static SIGTYPE x_connection_closed P_ ((Display *, char *)); 366static SIGTYPE x_connection_closed P_ ((Display *, char *)) NO_RETURN;
367 367
368 368
369/* Flush display of frame F, or of all frames if F is null. */ 369/* Flush display of frame F, or of all frames if F is null. */
@@ -7807,7 +7807,7 @@ x_connection_closed (dpy, error_message)
7807 7807
7808/* We specifically use it before defining it, so that gcc doesn't inline it, 7808/* We specifically use it before defining it, so that gcc doesn't inline it,
7809 otherwise gdb doesn't know how to properly put a breakpoint on it. */ 7809 otherwise gdb doesn't know how to properly put a breakpoint on it. */
7810static void x_error_quitter (Display *display, XErrorEvent *error); 7810static void x_error_quitter P_ ((Display *, XErrorEvent *)) NO_RETURN;
7811 7811
7812/* This is the first-level handler for X protocol errors. 7812/* This is the first-level handler for X protocol errors.
7813 It calls x_error_quitter or x_error_catcher. */ 7813 It calls x_error_quitter or x_error_catcher. */