Mercurial > emacs
comparison src/xterm.h @ 83527:c44562301a11
Merged from emacs@sv.gnu.org
Patches applied:
* emacs@sv.gnu.org/emacs--devo--0--patch-289
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-290
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-291
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-292
Update from CVS
* emacs@sv.gnu.org/emacs--devo--0--patch-293
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-567
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Wed, 24 May 2006 09:13:31 +0000 |
parents | b2e7507b55c6 ca93fd3c0c65 |
children | a387c138b28e |
comparison
equal
deleted
inserted
replaced
83526:f441150d61fa | 83527:c44562301a11 |
---|---|
959 XrmRepresentation, XrmValue *)); | 959 XrmRepresentation, XrmValue *)); |
960 void x_delete_display P_ ((struct x_display_info *)); | 960 void x_delete_display P_ ((struct x_display_info *)); |
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 *)); | |
965 int x_had_errors_p P_ ((Display *)); | |
966 void x_uncatch_errors P_ ((void)); | |
967 void x_check_errors P_ ((Display *, char *)); | |
968 int x_text_icon P_ ((struct frame *, char *)); | 964 int x_text_icon P_ ((struct frame *, char *)); |
969 int x_bitmap_icon P_ ((struct frame *, Lisp_Object)); | 965 int x_bitmap_icon P_ ((struct frame *, Lisp_Object)); |
970 void x_set_window_size P_ ((struct frame *, int, int, int)); | 966 void x_set_window_size P_ ((struct frame *, int, int, int)); |
971 void x_wm_set_window_state P_ ((struct frame *, int)); | 967 void x_wm_set_window_state P_ ((struct frame *, int)); |
972 int x_alloc_nearest_color P_ ((struct frame *, Colormap, XColor *)); | 968 int x_alloc_nearest_color P_ ((struct frame *, Colormap, XColor *)); |
978 extern int x_text_icon P_ ((struct frame *, char *)); | 974 extern int x_text_icon P_ ((struct frame *, char *)); |
979 extern int x_bitmap_icon P_ ((struct frame *, Lisp_Object)); | 975 extern int x_bitmap_icon P_ ((struct frame *, Lisp_Object)); |
980 extern void x_catch_errors P_ ((Display *)); | 976 extern void x_catch_errors P_ ((Display *)); |
981 extern void x_check_errors P_ ((Display *, char *)); | 977 extern void x_check_errors P_ ((Display *, char *)); |
982 extern int x_had_errors_p P_ ((Display *)); | 978 extern int x_had_errors_p P_ ((Display *)); |
979 extern int x_catching_errors P_ ((void)); | |
983 extern void x_uncatch_errors P_ ((void)); | 980 extern void x_uncatch_errors P_ ((void)); |
981 extern void x_clear_errors P_ ((Display *)); | |
982 extern void x_fully_uncatch_errors P_ ((void)); | |
984 extern void x_set_window_size P_ ((struct frame *, int, int, int)); | 983 extern void x_set_window_size P_ ((struct frame *, int, int, int)); |
985 extern void x_set_mouse_position P_ ((struct frame *, int, int)); | 984 extern void x_set_mouse_position P_ ((struct frame *, int, int)); |
986 extern void x_set_mouse_pixel_position P_ ((struct frame *, int, int)); | 985 extern void x_set_mouse_pixel_position P_ ((struct frame *, int, int)); |
987 extern void x_raise_frame P_ ((struct frame *)); | 986 extern void x_raise_frame P_ ((struct frame *)); |
988 extern void x_lower_frame P_ ((struct frame *)); | 987 extern void x_lower_frame P_ ((struct frame *)); |
998 extern void x_delete_terminal P_ ((struct terminal *terminal)); | 997 extern void x_delete_terminal P_ ((struct terminal *terminal)); |
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 *)); |