comparison src/xterm.h @ 70847:ca93fd3c0c65

* xterm.h: Add extern declarations for x_clear_errors, x_fully_uncatch_errors, x_catching_errors and x_alloc_lighter_color_for_widget. Remove duplicated declarations.
author Jan Djärv <jan.h.d@swipnet.se>
date Tue, 23 May 2006 07:12:49 +0000
parents 78c97c8a8483
children 030275d8610f c44562301a11 a8190f7e546e
comparison
equal deleted inserted replaced
70846:910581c1e8b0 70847:ca93fd3c0c65
957 XrmRepresentation, XrmValue *)); 957 XrmRepresentation, XrmValue *));
958 void x_delete_display P_ ((struct x_display_info *)); 958 void x_delete_display P_ ((struct x_display_info *));
959 void x_make_frame_visible P_ ((struct frame *)); 959 void x_make_frame_visible P_ ((struct frame *));
960 void x_iconify_frame P_ ((struct frame *)); 960 void x_iconify_frame P_ ((struct frame *));
961 void x_wm_set_size_hint P_ ((struct frame *, long, int)); 961 void x_wm_set_size_hint P_ ((struct frame *, long, int));
962 void x_catch_errors P_ ((Display *));
963 int x_had_errors_p P_ ((Display *));
964 void x_uncatch_errors P_ ((void));
965 void x_check_errors P_ ((Display *, char *));
966 int x_text_icon P_ ((struct frame *, char *)); 962 int x_text_icon P_ ((struct frame *, char *));
967 int x_bitmap_icon P_ ((struct frame *, Lisp_Object)); 963 int x_bitmap_icon P_ ((struct frame *, Lisp_Object));
968 void x_set_window_size P_ ((struct frame *, int, int, int)); 964 void x_set_window_size P_ ((struct frame *, int, int, int));
969 void x_wm_set_window_state P_ ((struct frame *, int)); 965 void x_wm_set_window_state P_ ((struct frame *, int));
970 int x_alloc_nearest_color P_ ((struct frame *, Colormap, XColor *)); 966 int x_alloc_nearest_color P_ ((struct frame *, Colormap, XColor *));
976 extern int x_text_icon P_ ((struct frame *, char *)); 972 extern int x_text_icon P_ ((struct frame *, char *));
977 extern int x_bitmap_icon P_ ((struct frame *, Lisp_Object)); 973 extern int x_bitmap_icon P_ ((struct frame *, Lisp_Object));
978 extern void x_catch_errors P_ ((Display *)); 974 extern void x_catch_errors P_ ((Display *));
979 extern void x_check_errors P_ ((Display *, char *)); 975 extern void x_check_errors P_ ((Display *, char *));
980 extern int x_had_errors_p P_ ((Display *)); 976 extern int x_had_errors_p P_ ((Display *));
977 extern int x_catching_errors P_ ((void));
981 extern void x_uncatch_errors P_ ((void)); 978 extern void x_uncatch_errors P_ ((void));
979 extern void x_clear_errors P_ ((Display *));
980 extern void x_fully_uncatch_errors P_ ((void));
982 extern void x_set_window_size P_ ((struct frame *, int, int, int)); 981 extern void x_set_window_size P_ ((struct frame *, int, int, int));
983 extern void x_set_mouse_position P_ ((struct frame *, int, int)); 982 extern void x_set_mouse_position P_ ((struct frame *, int, int));
984 extern void x_set_mouse_pixel_position P_ ((struct frame *, int, int)); 983 extern void x_set_mouse_pixel_position P_ ((struct frame *, int, int));
985 extern void x_raise_frame P_ ((struct frame *)); 984 extern void x_raise_frame P_ ((struct frame *));
986 extern void x_lower_frame P_ ((struct frame *)); 985 extern void x_lower_frame P_ ((struct frame *));
995 extern void x_delete_display P_ ((struct x_display_info *)); 994 extern void x_delete_display P_ ((struct x_display_info *));
996 extern void x_initialize P_ ((void)); 995 extern void x_initialize P_ ((void));
997 extern unsigned long x_copy_color P_ ((struct frame *, unsigned long)); 996 extern unsigned long x_copy_color P_ ((struct frame *, unsigned long));
998 #ifdef USE_X_TOOLKIT 997 #ifdef USE_X_TOOLKIT
999 extern XtAppContext Xt_app_con; 998 extern XtAppContext Xt_app_con;
999 extern int x_alloc_lighter_color_for_widget __P ((Widget, Display*, Colormap,
1000 unsigned long *,
1001 double, int));
1000 #endif 1002 #endif
1001 extern void x_query_colors P_ ((struct frame *f, XColor *, int)); 1003 extern void x_query_colors P_ ((struct frame *f, XColor *, int));
1002 extern void x_query_color P_ ((struct frame *f, XColor *)); 1004 extern void x_query_color P_ ((struct frame *f, XColor *));
1003 extern void x_clear_area P_ ((Display *, Window, int, int, int, int, int)); 1005 extern void x_clear_area P_ ((Display *, Window, int, int, int, int, int));
1004 extern void set_vertical_scroll_bar P_ ((struct window *)); 1006 extern void set_vertical_scroll_bar P_ ((struct window *));