diff src/xterm.h @ 29867:1c42f2313b4f

(Xt_app_con): External declaration.
author Gerd Moellmann <gerd@gnu.org>
date Thu, 22 Jun 2000 22:06:09 +0000
parents 520e4132439f
children 1f4d6c2c8a7a
line wrap: on
line diff
--- a/src/xterm.h	Thu Jun 22 22:05:55 2000 +0000
+++ b/src/xterm.h	Thu Jun 22 22:06:09 2000 +0000
@@ -973,6 +973,9 @@
 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 */