summaryrefslogtreecommitdiff
path: root/man/XSelectInput.man
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-26 22:48:16 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-26 22:48:16 +0000
commit0642e99ac05afb0c90872a29ff290ffc348c4255 (patch)
tree4ca628848e7d3fc10217101970c2db6c49342ec7 /man/XSelectInput.man
parent400780e6a7f710b57e92a9cc792bcb4ba530ffb3 (diff)
merge latest (4.3.99.16) from XFree86 (vendor) branch
Diffstat (limited to 'man/XSelectInput.man')
-rw-r--r--man/XSelectInput.man12
1 files changed, 4 insertions, 8 deletions
diff --git a/man/XSelectInput.man b/man/XSelectInput.man
index b0b2fb50..1c81fb71 100644
--- a/man/XSelectInput.man
+++ b/man/XSelectInput.man
@@ -40,7 +40,7 @@
.\" of this documentation for any purpose.
.\" It is provided ``as is'' without express or implied warranty.
.\"
-.\" $XFree86: xc/doc/man/X11/XSInput.man,v 1.2 2001/01/27 18:20:03 dawes Exp $
+.\" $XFree86: xc/doc/man/X11/XSInput.man,v 1.3 2003/04/28 22:17:56 herrb Exp $
.\"
.ds xT X Toolkit Intrinsics \- C Language Interface
.ds xW Athena X Widgets \- C Language X Toolkit Interface
@@ -144,13 +144,9 @@
.SH NAME
XSelectInput \- select input events
.SH SYNTAX
-XSelectInput\^(\^\fIdisplay\fP, \fIw\fP\^, \fIevent_mask\fP\^)
-.br
- Display *\fIdisplay\fP\^;
-.br
- Window \fIw\fP\^;
-.br
- long \fIevent_mask\fP\^;
+.HP
+int XSelectInput\^(\^Display *\fIdisplay\fP\^, Window \fIw\fP\^, long
+\fIevent_mask\fP\^);
.SH ARGUMENTS
.IP \fIdisplay\fP 1i
Specifies the connection to the X server.