aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.c
diff options
context:
space:
mode:
authorMiles Bader2007-05-25 02:47:22 +0000
committerMiles Bader2007-05-25 02:47:22 +0000
commit98db66cac2e07862a43014b57ebcc2f0fbfc07e6 (patch)
treef1ef3d994208c3c102c40454971e195fda91b42f /src/xterm.c
parent24236bd83e64a3cfa96f01af3b2a925dd234612d (diff)
parent5dfdf72f7aee102988a98447de9d19523af50055 (diff)
downloademacs-98db66cac2e07862a43014b57ebcc2f0fbfc07e6.tar.gz
emacs-98db66cac2e07862a43014b57ebcc2f0fbfc07e6.zip
Merge from emacs--devo--0
Patches applied: * emacs--devo--0 (patch 765-770) - Update from CVS - Merge from emacs--rel--22 - Merge from gnus--rel--5.10 * emacs--rel--22 (patch 24-25) * gnus--rel--5.10 (patch 222-223) - Update from CVS Revision: emacs@sv.gnu.org/emacs--multi-tty--0--patch-16
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. */