diff options
Diffstat (limited to 'src/xterm.h')
| -rw-r--r-- | src/xterm.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/xterm.h b/src/xterm.h index 8e1e06097a8..1d1319fca31 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -962,10 +962,6 @@ 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)); |
| @@ -981,7 +977,10 @@ 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)); |
| @@ -1000,6 +999,9 @@ 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 *)); |