diff options
Diffstat (limited to 'src/xterm.h')
| -rw-r--r-- | src/xterm.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/xterm.h b/src/xterm.h index 2938de9b339..47d7e533769 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -973,10 +973,12 @@ extern void x_delete_terminal (struct terminal *terminal); | |||
| 973 | extern unsigned long x_copy_color (struct frame *, unsigned long); | 973 | extern unsigned long x_copy_color (struct frame *, unsigned long); |
| 974 | #ifdef USE_X_TOOLKIT | 974 | #ifdef USE_X_TOOLKIT |
| 975 | extern XtAppContext Xt_app_con; | 975 | extern XtAppContext Xt_app_con; |
| 976 | extern void x_activate_timeout_atimer (void); | ||
| 977 | #endif | ||
| 978 | #ifdef USE_LUCID | ||
| 976 | extern int x_alloc_lighter_color_for_widget (Widget, Display *, Colormap, | 979 | extern int x_alloc_lighter_color_for_widget (Widget, Display *, Colormap, |
| 977 | unsigned long *, | 980 | unsigned long *, |
| 978 | double, int); | 981 | double, int); |
| 979 | extern void x_activate_timeout_atimer (void); | ||
| 980 | #endif | 982 | #endif |
| 981 | extern int x_alloc_nearest_color (struct frame *, Colormap, XColor *); | 983 | extern int x_alloc_nearest_color (struct frame *, Colormap, XColor *); |
| 982 | extern void x_query_colors (struct frame *f, XColor *, int); | 984 | extern void x_query_colors (struct frame *f, XColor *, int); |
| @@ -1069,7 +1071,9 @@ extern void x_free_dpy_colors (Display *, Screen *, Colormap, | |||
| 1069 | 1071 | ||
| 1070 | /* Defined in xmenu.c */ | 1072 | /* Defined in xmenu.c */ |
| 1071 | 1073 | ||
| 1074 | #if defined USE_GTK || defined USE_MOTIF | ||
| 1072 | extern void x_menu_set_in_use (int); | 1075 | extern void x_menu_set_in_use (int); |
| 1076 | #endif | ||
| 1073 | #ifdef USE_MOTIF | 1077 | #ifdef USE_MOTIF |
| 1074 | extern void x_menu_wait_for_event (void *data); | 1078 | extern void x_menu_wait_for_event (void *data); |
| 1075 | #endif | 1079 | #endif |