comparison src/xterm.h @ 90428:a8190f7e546e

Merge from emacs--devo--0 Patches applied: * emacs--devo--0 (patch 285-296) - Update from CVS - Merge from gnus--rel--5.10 - Update from CVS: admin/FOR-RELEASE: Update refcard section. * gnus--rel--5.10 (patch 102-104) - Update from CVS Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-64
author Miles Bader <miles@gnu.org>
date Wed, 07 Jun 2006 18:05:10 +0000
parents e3bacb89536a ca93fd3c0c65
children 81011b9fc603
comparison
equal deleted inserted replaced
90427:ddb25860d044 90428:a8190f7e546e
960 XrmRepresentation, XrmValue *)); 960 XrmRepresentation, XrmValue *));
961 void x_delete_display P_ ((struct x_display_info *)); 961 void x_delete_display P_ ((struct x_display_info *));
962 void x_make_frame_visible P_ ((struct frame *)); 962 void x_make_frame_visible P_ ((struct frame *));
963 void x_iconify_frame P_ ((struct frame *)); 963 void x_iconify_frame P_ ((struct frame *));
964 void x_wm_set_size_hint P_ ((struct frame *, long, int)); 964 void x_wm_set_size_hint P_ ((struct frame *, long, int));
965 void x_catch_errors P_ ((Display *));
966 int x_had_errors_p P_ ((Display *));
967 void x_uncatch_errors P_ ((void));
968 void x_check_errors P_ ((Display *, char *));
969 int x_text_icon P_ ((struct frame *, char *)); 965 int x_text_icon P_ ((struct frame *, char *));
970 int x_bitmap_icon P_ ((struct frame *, Lisp_Object)); 966 int x_bitmap_icon P_ ((struct frame *, Lisp_Object));
971 void x_set_window_size P_ ((struct frame *, int, int, int)); 967 void x_set_window_size P_ ((struct frame *, int, int, int));
972 void x_wm_set_window_state P_ ((struct frame *, int)); 968 void x_wm_set_window_state P_ ((struct frame *, int));
973 int x_alloc_nearest_color P_ ((struct frame *, Colormap, XColor *)); 969 int x_alloc_nearest_color P_ ((struct frame *, Colormap, XColor *));
979 extern int x_text_icon P_ ((struct frame *, char *)); 975 extern int x_text_icon P_ ((struct frame *, char *));
980 extern int x_bitmap_icon P_ ((struct frame *, Lisp_Object)); 976 extern int x_bitmap_icon P_ ((struct frame *, Lisp_Object));
981 extern void x_catch_errors P_ ((Display *)); 977 extern void x_catch_errors P_ ((Display *));
982 extern void x_check_errors P_ ((Display *, char *)); 978 extern void x_check_errors P_ ((Display *, char *));
983 extern int x_had_errors_p P_ ((Display *)); 979 extern int x_had_errors_p P_ ((Display *));
980 extern int x_catching_errors P_ ((void));
984 extern void x_uncatch_errors P_ ((void)); 981 extern void x_uncatch_errors P_ ((void));
982 extern void x_clear_errors P_ ((Display *));
983 extern void x_fully_uncatch_errors P_ ((void));
985 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));
986 extern void x_set_mouse_position P_ ((struct frame *, int, int)); 985 extern void x_set_mouse_position P_ ((struct frame *, int, int));
987 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));
988 extern void x_raise_frame P_ ((struct frame *)); 987 extern void x_raise_frame P_ ((struct frame *));
989 extern void x_lower_frame P_ ((struct frame *)); 988 extern void x_lower_frame P_ ((struct frame *));
998 extern void x_delete_display P_ ((struct x_display_info *)); 997 extern void x_delete_display P_ ((struct x_display_info *));
999 extern void x_initialize P_ ((void)); 998 extern void x_initialize P_ ((void));
1000 extern unsigned long x_copy_color P_ ((struct frame *, unsigned long)); 999 extern unsigned long x_copy_color P_ ((struct frame *, unsigned long));
1001 #ifdef USE_X_TOOLKIT 1000 #ifdef USE_X_TOOLKIT
1002 extern XtAppContext Xt_app_con; 1001 extern XtAppContext Xt_app_con;
1002 extern int x_alloc_lighter_color_for_widget __P ((Widget, Display*, Colormap,
1003 unsigned long *,
1004 double, int));
1003 #endif 1005 #endif
1004 extern void x_query_colors P_ ((struct frame *f, XColor *, int)); 1006 extern void x_query_colors P_ ((struct frame *f, XColor *, int));
1005 extern void x_query_color P_ ((struct frame *f, XColor *)); 1007 extern void x_query_color P_ ((struct frame *f, XColor *));
1006 extern void x_clear_area P_ ((Display *, Window, int, int, int, int, int)); 1008 extern void x_clear_area P_ ((Display *, Window, int, int, int, int, int));
1007 extern void set_vertical_scroll_bar P_ ((struct window *)); 1009 extern void set_vertical_scroll_bar P_ ((struct window *));