diff options
Diffstat (limited to 'man/XSelectInput.man')
-rw-r--r-- | man/XSelectInput.man | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/man/XSelectInput.man b/man/XSelectInput.man index b0b2fb5..1c81fb7 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. |