diff options
| author | Jan Djärv | 2002-03-10 16:14:00 +0000 |
|---|---|---|
| committer | Jan Djärv | 2002-03-10 16:14:00 +0000 |
| commit | 3cf9b89ee6287a30a762f6c448ef66d6bcf8ffbb (patch) | |
| tree | 1796c753b4fb43ea1bac5b9a63f7d25fa1d9e20d | |
| parent | afb4ecad4b64b73807c02003f3137745481232f6 (diff) | |
| download | emacs-3cf9b89ee6287a30a762f6c448ef66d6bcf8ffbb.tar.gz emacs-3cf9b89ee6287a30a762f6c448ef66d6bcf8ffbb.zip | |
Extern declare x_session_check_input () and x_session_initialize ().
| -rw-r--r-- | src/xterm.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/xterm.h b/src/xterm.h index c1d69ca58a8..71d7dc01c78 100644 --- a/src/xterm.h +++ b/src/xterm.h | |||
| @@ -1098,3 +1098,11 @@ extern void initialize_frame_menubar P_ ((struct frame *)); | |||
| 1098 | #ifdef USE_X_TOOLKIT | 1098 | #ifdef USE_X_TOOLKIT |
| 1099 | extern void widget_store_internal_border P_ ((Widget)); | 1099 | extern void widget_store_internal_border P_ ((Widget)); |
| 1100 | #endif | 1100 | #endif |
| 1101 | |||
| 1102 | /* Defined in xsmfns.c */ | ||
| 1103 | #ifdef HAVE_X_SM | ||
| 1104 | extern void x_session_initialize P_ ((void)); | ||
| 1105 | extern int x_session_check_input P_ ((struct input_event *bufp, | ||
| 1106 | int *numchars)); | ||
| 1107 | extern int x_session_have_connection P_ ((void)); | ||
| 1108 | #endif | ||