Mercurial > emacs
changeset 29867:1c42f2313b4f
(Xt_app_con): External declaration.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Thu, 22 Jun 2000 22:06:09 +0000 |
parents | c31c4d7dd0e0 |
children | 70b96f8e0abf |
files | src/xterm.h |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
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 */