From b5f2e4cd980845df61ce898693d3f21228aefb4a Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Fri, 27 Feb 2004 23:50:00 +0000 Subject: (x_session_check_input): Fix prototype. --- src/xterm.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/xterm.h') diff --git a/src/xterm.h b/src/xterm.h index 4b9aa7b9c9..b7f46a8abd 100644 --- a/src/xterm.h +++ b/src/xterm.h @@ -1086,8 +1086,7 @@ extern void widget_store_internal_border P_ ((Widget)); /* Defined in xsmfns.c */ #ifdef HAVE_X_SM extern void x_session_initialize P_ ((struct x_display_info *dpyinfo)); -extern int x_session_check_input P_ ((struct input_event *bufp, - int *numchars)); +extern int x_session_check_input P_ ((struct input_event *bufp)); extern int x_session_have_connection P_ ((void)); #endif -- cgit v1.2.3