summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-06-22 22:06:09 +0000
committerGerd Moellmann <gerd@gnu.org>2000-06-22 22:06:09 +0000
commit88453ab443dd424ea62cba515797215c700159a6 (patch)
tree5de2668952c7978e50befa7ce1695af87d840243
parent0310009802741e7ef15822d496ddf44472ecd601 (diff)
downloademacs-88453ab443dd424ea62cba515797215c700159a6.tar.gz
(Xt_app_con): External declaration.
-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));
extern void x_display_cursor P_ ((struct window *, int, int, int, int, int));
extern void x_update_cursor P_ ((struct frame *, int));
extern unsigned long x_copy_color P_ ((struct frame *, unsigned long));
+#ifdef USE_X_TOOLKIT
+extern XtAppContext Xt_app_con;
+#endif
/* Defined in xselect.c */