From: Gerd Moellmann Date: Thu, 22 Jun 2000 22:06:09 +0000 (+0000) Subject: (Xt_app_con): External declaration. X-Git-Tag: emacs-pretest-21.0.90~3131 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=88453ab443dd424ea62cba515797215c700159a6;p=emacs.git (Xt_app_con): External declaration. --- 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 */