diff options
| author | Gerd Moellmann | 2000-06-22 22:06:09 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-06-22 22:06:09 +0000 |
| commit | 88453ab443dd424ea62cba515797215c700159a6 (patch) | |
| tree | 5de2668952c7978e50befa7ce1695af87d840243 /src | |
| parent | 0310009802741e7ef15822d496ddf44472ecd601 (diff) | |
| download | emacs-88453ab443dd424ea62cba515797215c700159a6.tar.gz emacs-88453ab443dd424ea62cba515797215c700159a6.zip | |
(Xt_app_con): External declaration.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.h | 3 |
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)); | |||
| 973 | extern void x_display_cursor P_ ((struct window *, int, int, int, int, int)); | 973 | extern void x_display_cursor P_ ((struct window *, int, int, int, int, int)); |
| 974 | extern void x_update_cursor P_ ((struct frame *, int)); | 974 | extern void x_update_cursor P_ ((struct frame *, int)); |
| 975 | extern unsigned long x_copy_color P_ ((struct frame *, unsigned long)); | 975 | extern unsigned long x_copy_color P_ ((struct frame *, unsigned long)); |
| 976 | #ifdef USE_X_TOOLKIT | ||
| 977 | extern XtAppContext Xt_app_con; | ||
| 978 | #endif | ||
| 976 | 979 | ||
| 977 | /* Defined in xselect.c */ | 980 | /* Defined in xselect.c */ |
| 978 | 981 | ||