diff options
Diffstat (limited to 'man/XtAppAddInput.man')
-rw-r--r-- | man/XtAppAddInput.man | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/man/XtAppAddInput.man b/man/XtAppAddInput.man index 716e2c3..4f7451e 100644 --- a/man/XtAppAddInput.man +++ b/man/XtAppAddInput.man @@ -1,4 +1,4 @@ -.\" $Xorg: XtAppAI.man,v 1.4 2001/03/16 17:53:51 pookie Exp $ +.\" $Xorg: XtAppAI.man,v 1.3 2000/08/17 19:41:57 cpqbld Exp $ .\" .\" Copyright 1993 X Consortium .\" @@ -25,6 +25,7 @@ .\" not be used in advertising or otherwise to promote the sale, use or .\" other dealings in this Software without prior written authorization .\" from the X Consortium. +.\" $XFree86: xc/doc/man/Xt/XtAppAI.man,v 1.5 2001/02/09 03:47:49 tsi Exp $ .ds tk X Toolkit .ds xT X Toolkit Intrinsics \- C Language Interface .ds xI Intrinsics @@ -124,11 +125,11 @@ .el .sp 10p .. .ny0 -.TH XtAppAddInput 3Xt "Release 6.6" "X Version 11" "XT FUNCTIONS" +.TH XtAppAddInput 3Xt __xorgversion__ "XT FUNCTIONS" .SH NAME XtAppAddInput, XtRemoveInput \- register and remove an input source .SH SYNTAX -XtInputId XtAppAddInput(\fIapp_context\fP, \fIsource\fP, \fIcondition\fP, \ +XtInputId XtAppAddInput(\fIapp_context\fP, \fIsource\fP, \fIcondition\fP, \fIproc\fP, \fIclient_data\fP) .br XtAppContext \fIapp_context\fP; @@ -205,7 +206,7 @@ XtAppAddInput(app_context, source, .br .B (XtPointer) -XtInputReadMask | XtInputWriteMask, +(XtInputReadMask | XtInputWriteMask), .br proc, .br |