]> git.eshelyaron.com Git - emacs.git/commitdiff
Extern declare x_session_check_input () and x_session_initialize ().
authorJan Djärv <jan.h.d@swipnet.se>
Sun, 10 Mar 2002 16:14:00 +0000 (16:14 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Sun, 10 Mar 2002 16:14:00 +0000 (16:14 +0000)
src/xterm.h

index c1d69ca58a8167a7f3f16569fa214b16b2b11ebc..71d7dc01c7835cf2ca9b0c9fb3d09f4e16328dfc 100644 (file)
@@ -1098,3 +1098,11 @@ extern void initialize_frame_menubar P_ ((struct frame *));
 #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