]> git.eshelyaron.com Git - emacs.git/commitdiff
(Xt_app_con): External declaration.
authorGerd Moellmann <gerd@gnu.org>
Thu, 22 Jun 2000 22:06:09 +0000 (22:06 +0000)
committerGerd Moellmann <gerd@gnu.org>
Thu, 22 Jun 2000 22:06:09 +0000 (22:06 +0000)
src/xterm.h

index 51745de05501504bc012ea59984e3e06cb4fe2b5..81d1a7c66348182ef7cd158ce1518432a2b54bb8 100644 (file)
@@ -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 */