comparison src/xterm.h @ 90341:5754737d1e04

Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-34 Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 123-134) - Update from CVS - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 40-48) - Merge from emacs--devo--0 - Update from CVS - Munge arch explicit ids in etc/images to match Emacs
author Miles Bader <miles@gnu.org>
date Fri, 03 Mar 2006 07:48:46 +0000
parents 8a1ee48a8386 fdee8318ddc9
children e3bacb89536a
comparison
equal deleted inserted replaced
90340:8f2b88ad38c4 90341:5754737d1e04
961 void x_make_frame_visible P_ ((struct frame *)); 961 void x_make_frame_visible P_ ((struct frame *));
962 void x_iconify_frame P_ ((struct frame *)); 962 void x_iconify_frame P_ ((struct frame *));
963 void x_wm_set_size_hint P_ ((struct frame *, long, int)); 963 void x_wm_set_size_hint P_ ((struct frame *, long, int));
964 void x_catch_errors P_ ((Display *)); 964 void x_catch_errors P_ ((Display *));
965 int x_had_errors_p P_ ((Display *)); 965 int x_had_errors_p P_ ((Display *));
966 void x_uncatch_errors P_ ((Display *)); 966 void x_uncatch_errors P_ ((void));
967 void x_check_errors P_ ((Display *, char *)); 967 void x_check_errors P_ ((Display *, char *));
968 int x_text_icon P_ ((struct frame *, char *)); 968 int x_text_icon P_ ((struct frame *, char *));
969 int x_bitmap_icon P_ ((struct frame *, Lisp_Object)); 969 int x_bitmap_icon P_ ((struct frame *, Lisp_Object));
970 void x_set_window_size P_ ((struct frame *, int, int, int)); 970 void x_set_window_size P_ ((struct frame *, int, int, int));
971 void x_wm_set_window_state P_ ((struct frame *, int)); 971 void x_wm_set_window_state P_ ((struct frame *, int));
978 extern int x_text_icon P_ ((struct frame *, char *)); 978 extern int x_text_icon P_ ((struct frame *, char *));
979 extern int x_bitmap_icon P_ ((struct frame *, Lisp_Object)); 979 extern int x_bitmap_icon P_ ((struct frame *, Lisp_Object));
980 extern void x_catch_errors P_ ((Display *)); 980 extern void x_catch_errors P_ ((Display *));
981 extern void x_check_errors P_ ((Display *, char *)); 981 extern void x_check_errors P_ ((Display *, char *));
982 extern int x_had_errors_p P_ ((Display *)); 982 extern int x_had_errors_p P_ ((Display *));
983 extern void x_uncatch_errors P_ ((Display *)); 983 extern void x_uncatch_errors P_ ((void));
984 extern void x_set_window_size P_ ((struct frame *, int, int, int)); 984 extern void x_set_window_size P_ ((struct frame *, int, int, int));
985 extern void x_set_mouse_position P_ ((struct frame *, int, int)); 985 extern void x_set_mouse_position P_ ((struct frame *, int, int));
986 extern void x_set_mouse_pixel_position P_ ((struct frame *, int, int)); 986 extern void x_set_mouse_pixel_position P_ ((struct frame *, int, int));
987 extern void x_raise_frame P_ ((struct frame *)); 987 extern void x_raise_frame P_ ((struct frame *));
988 extern void x_lower_frame P_ ((struct frame *)); 988 extern void x_lower_frame P_ ((struct frame *));