Mercurial > emacs
changeset 43811:02c8b8c0f570
Extern declare x_session_check_input () and x_session_initialize ().
author | Jan Djärv <jan.h.d@swipnet.se> |
---|---|
date | Sun, 10 Mar 2002 16:14:00 +0000 |
parents | 3d8039f847f5 |
children | 20dbe11a2ad3 |
files | src/xterm.h |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xterm.h Sun Mar 10 16:02:47 2002 +0000 +++ b/src/xterm.h Sun Mar 10 16:14:00 2002 +0000 @@ -1098,3 +1098,11 @@ #ifdef USE_X_TOOLKIT extern void widget_store_internal_border P_ ((Widget)); #endif + +/* Defined in xsmfns.c */ +#ifdef HAVE_X_SM +extern void x_session_initialize P_ ((void)); +extern int x_session_check_input P_ ((struct input_event *bufp, + int *numchars)); +extern int x_session_have_connection P_ ((void)); +#endif