aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.h
diff options
context:
space:
mode:
authorKim F. Storm2004-02-27 23:50:00 +0000
committerKim F. Storm2004-02-27 23:50:00 +0000
commitb5f2e4cd980845df61ce898693d3f21228aefb4a (patch)
tree75c34b780a8169c830d3aa8abebc4b01464269be /src/xterm.h
parent89079179f33d104f7e8ccf13c0f95b67f0a02b90 (diff)
downloademacs-b5f2e4cd980845df61ce898693d3f21228aefb4a.tar.gz
emacs-b5f2e4cd980845df61ce898693d3f21228aefb4a.zip
(x_session_check_input): Fix prototype.
Diffstat (limited to 'src/xterm.h')
-rw-r--r--src/xterm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/xterm.h b/src/xterm.h
index 4b9aa7b9c90..b7f46a8abd4 100644
--- a/src/xterm.h
+++ b/src/xterm.h
@@ -1086,8 +1086,7 @@ extern void widget_store_internal_border P_ ((Widget));
1086/* Defined in xsmfns.c */ 1086/* Defined in xsmfns.c */
1087#ifdef HAVE_X_SM 1087#ifdef HAVE_X_SM
1088extern void x_session_initialize P_ ((struct x_display_info *dpyinfo)); 1088extern void x_session_initialize P_ ((struct x_display_info *dpyinfo));
1089extern int x_session_check_input P_ ((struct input_event *bufp, 1089extern int x_session_check_input P_ ((struct input_event *bufp));
1090 int *numchars));
1091extern int x_session_have_connection P_ ((void)); 1090extern int x_session_have_connection P_ ((void));
1092#endif 1091#endif
1093 1092