diff options
Diffstat (limited to 'src')
| -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 | ||