diff options
author | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:48:39 +0000 |
---|---|---|
committer | Kaleb Keithley <kaleb@freedesktop.org> | 2003-11-26 22:48:39 +0000 |
commit | e096ac42209e3f383cd4e52cb4e2dff564bdbc8e (patch) | |
tree | a88fdd134f3fb83dfa9fdd7c769d15aec8643efa /man/XGetDeviceControl.man | |
parent | 3d0889d2b8d326319e17ffc49e114892ef54f979 (diff) |
merge latest (4.3.99.16) from XFree86 (vendor) branchXORG-RELEASE-1-BASEXEVIE-MERGEXEVIE-BASEXINERAMA_2XEVIE
Diffstat (limited to 'man/XGetDeviceControl.man')
-rw-r--r-- | man/XGetDeviceControl.man | 27 |
1 files changed, 7 insertions, 20 deletions
diff --git a/man/XGetDeviceControl.man b/man/XGetDeviceControl.man index 09a39f2..bff45d3 100644 --- a/man/XGetDeviceControl.man +++ b/man/XGetDeviceControl.man @@ -1,5 +1,5 @@ .\" -.\" $XFree86: xc/doc/man/Xi/XChDCtl.man,v 1.2 2001/01/27 18:20:20 dawes Exp $ +.\" $XFree86: xc/doc/man/Xi/XChDCtl.man,v 1.3 2003/04/28 22:18:14 herrb Exp $ .\" .\" .\" Copyright ([\d,\s]*) by Hewlett-Packard Company, Ardent Computer, @@ -17,25 +17,12 @@ .SH NAME XGetDeviceControl, XChangeDeviceControl \- query and change input device controls .SH SYNTAX -XDeviceControl * -XGetDeviceControl\^(\^\fIdisplay\fP, \fIdevice\fP\^, \fIcontrol\fP\^) -.br - Display *\fIdisplay\fP\^; -.br - XDevice *\fIdevice\fP\^; -.br - int *\fIcontrolType\fP\^; -.br -.sp -int XChangeDeviceControl\^(\^\fIdisplay\fP, \fIdevice\fP\^, \fIcontrolType\fP\^, \fIcontrol\fP\^) -.br - Display *\fIdisplay\fP\^; -.br - XDevice *\fIdevice\fP\^; -.br - int \fIcontrolType\fP\^; -.br - XDeviceControl *\fIcontrol\fP\^; +.HP +XDeviceControl *XGetDeviceControl\^(\^Display *\fIdisplay\fP\^, XDevice +*\fIdevice\fP\^, int *\fIcontrolType\fP\^); +.HP +int XChangeDeviceControl\^(\^Display *\fIdisplay\fP\^, XDevice +*\fIdevice\fP\^, int \fIcontrolType\fP\^, XDeviceControl *\fIcontrol\fP\^); .SH ARGUMENTS .TP 15 .I display |