diff options
| author | Karoly Lorentey | 2006-07-29 09:59:12 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2006-07-29 09:59:12 +0000 |
| commit | 251bc578cc636223d618d06cf2a2bb7d07db9cce (patch) | |
| tree | 58e1c6b0a35bb4a77e6cb77876e4bc6a9d3f2ab2 /src/xterm.c | |
| parent | 99715bbc447eb633e45ffa23b87284771ce3ac74 (diff) | |
| parent | 0ed0527cb02180a50f6744086ce3a487740c73e4 (diff) | |
| download | emacs-251bc578cc636223d618d06cf2a2bb7d07db9cce.tar.gz emacs-251bc578cc636223d618d06cf2a2bb7d07db9cce.zip | |
Merged from emacs@sv.gnu.org
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--patch-351
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-352
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-353
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-354
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-355
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-356
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-357
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-358
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-359
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-360
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-361
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-362
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-363
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-364
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-365
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-366
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-367
Merge from gnus--rel--5.10
* emacs@sv.gnu.org/emacs--devo--0--patch-368
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-369
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-370
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-115
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-116
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-117
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-118
Merge from emacs--devo--0
* emacs@sv.gnu.org/gnus--rel--5.10--patch-119
Update from CVS
* emacs@sv.gnu.org/gnus--rel--5.10--patch-120
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-573
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 4 |
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)); | |||
| 363 | static void x_sync_with_move P_ ((struct frame *, int, int, int)); | 363 | static void x_sync_with_move P_ ((struct frame *, int, int, int)); |
| 364 | static int handle_one_xevent P_ ((struct x_display_info *, XEvent *, | 364 | static int handle_one_xevent P_ ((struct x_display_info *, XEvent *, |
| 365 | int *, struct input_event *)); | 365 | int *, struct input_event *)); |
| 366 | static SIGTYPE x_connection_closed P_ ((Display *, char *)); | 366 | static 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. */ |
| 7810 | static void x_error_quitter (Display *display, XErrorEvent *error); | 7810 | static 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. */ |