emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xterm.h


From: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/src/xterm.h
Date: Mon, 27 Feb 2006 03:35:32 +0000

Index: emacs/src/xterm.h
diff -u emacs/src/xterm.h:1.181 emacs/src/xterm.h:1.182
--- emacs/src/xterm.h:1.181     Sat Feb 25 23:20:10 2006
+++ emacs/src/xterm.h   Mon Feb 27 03:35:31 2006
@@ -960,7 +960,7 @@
 void x_wm_set_size_hint P_ ((struct frame *, long, int));
 void x_catch_errors P_ ((Display *));
 int x_had_errors_p P_ ((Display *));
-void x_uncatch_errors P_ ((Display *));
+void x_uncatch_errors P_ ((void));
 void x_check_errors P_ ((Display *, char *));
 int x_text_icon P_ ((struct frame *, char *));
 int x_bitmap_icon P_ ((struct frame *, Lisp_Object));
@@ -977,7 +977,7 @@
 extern void x_catch_errors P_ ((Display *));
 extern void x_check_errors P_ ((Display *, char *));
 extern int x_had_errors_p P_ ((Display *));
-extern void x_uncatch_errors P_ ((Display *));
+extern void x_uncatch_errors P_ ((void));
 extern void x_set_window_size P_ ((struct frame *, int, int, int));
 extern void x_set_mouse_position P_ ((struct frame *, int, int));
 extern void x_set_mouse_pixel_position P_ ((struct frame *, int, int));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]