aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xterm.h')
-rw-r--r--src/xterm.h6
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);
973extern unsigned long x_copy_color (struct frame *, unsigned long); 973extern unsigned long x_copy_color (struct frame *, unsigned long);
974#ifdef USE_X_TOOLKIT 974#ifdef USE_X_TOOLKIT
975extern XtAppContext Xt_app_con; 975extern XtAppContext Xt_app_con;
976extern void x_activate_timeout_atimer (void);
977#endif
978#ifdef USE_LUCID
976extern int x_alloc_lighter_color_for_widget (Widget, Display *, Colormap, 979extern int x_alloc_lighter_color_for_widget (Widget, Display *, Colormap,
977 unsigned long *, 980 unsigned long *,
978 double, int); 981 double, int);
979extern void x_activate_timeout_atimer (void);
980#endif 982#endif
981extern int x_alloc_nearest_color (struct frame *, Colormap, XColor *); 983extern int x_alloc_nearest_color (struct frame *, Colormap, XColor *);
982extern void x_query_colors (struct frame *f, XColor *, int); 984extern 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
1072extern void x_menu_set_in_use (int); 1075extern void x_menu_set_in_use (int);
1076#endif
1073#ifdef USE_MOTIF 1077#ifdef USE_MOTIF
1074extern void x_menu_wait_for_event (void *data); 1078extern void x_menu_wait_for_event (void *data);
1075#endif 1079#endif