aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xterm.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 51745de0550..81d1a7c6634 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -973,6 +973,9 @@ extern void x_initialize P_ ((void));
973extern void x_display_cursor P_ ((struct window *, int, int, int, int, int)); 973extern void x_display_cursor P_ ((struct window *, int, int, int, int, int));
974extern void x_update_cursor P_ ((struct frame *, int)); 974extern void x_update_cursor P_ ((struct frame *, int));
975extern unsigned long x_copy_color P_ ((struct frame *, unsigned long)); 975extern unsigned long x_copy_color P_ ((struct frame *, unsigned long));
976#ifdef USE_X_TOOLKIT
977extern XtAppContext Xt_app_con;
978#endif
976 979
977/* Defined in xselect.c */ 980/* Defined in xselect.c */
978 981