summaryrefslogtreecommitdiff
path: root/man/XtAppAddInput.man
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:48:49 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-14 16:48:49 +0000
commitbdc0667ef29e24b1a2188b11546d843a7d3e5ef6 (patch)
treee0a23167aca0fb1127f4cd78edf458b633b31eac /man/XtAppAddInput.man
parent6a13c9e08bb042c81ae904c44a38a50d785c824e (diff)
downloadxorg-lib-libXt-bdc0667ef29e24b1a2188b11546d843a7d3e5ef6.tar.gz
Diffstat (limited to 'man/XtAppAddInput.man')
-rw-r--r--man/XtAppAddInput.man9
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