summaryrefslogtreecommitdiff
path: root/man/XGrabDevice.man
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:15 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-25 19:28:15 +0000
commit1b4f7c4f6dbbc62db74f433a73d129ae507642cd (patch)
treea88fdd134f3fb83dfa9fdd7c769d15aec8643efa /man/XGrabDevice.man
parent3986f13c9319b4f64c7b2ec56391370735e7d51d (diff)
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folksxf86-4_3_99_903_specialxf86-4_3_99_902xf86-4_3_99_901xf86-4_3_99_16xf86-012804-2330
Diffstat (limited to 'man/XGrabDevice.man')
-rw-r--r--man/XGrabDevice.man25
1 files changed, 9 insertions, 16 deletions
diff --git a/man/XGrabDevice.man b/man/XGrabDevice.man
index 8b6de38..e39bc0e 100644
--- a/man/XGrabDevice.man
+++ b/man/XGrabDevice.man
@@ -1,5 +1,5 @@
.\"
-.\" $XFree86: xc/doc/man/Xi/XGrabDev.man,v 1.2 2001/01/27 18:20:21 dawes Exp $
+.\" $XFree86: xc/doc/man/Xi/XGrabDev.man,v 1.3 2003/04/28 22:18:15 herrb Exp $
.\"
.\"
.\" Copyright ([\d,\s]*) by Hewlett-Packard Company, Ardent Computer,
@@ -19,21 +19,14 @@ XGrabDevice, XUngrabDevice \- grab/release the specified extension device
.SH SYNTAX
.nf
\fB
-int XGrabDevice\^(\^\fIdisplay\fP, \fIdevice\fP\^, \fIgrab_window\fP\^, \fIowner_events\fP\^, \fIevent_count\fP\^, \fIevent_list\fP\^,
-\fIthis_device_mode\fP\^, \fIother_devices_mode\fP\^, \fItime\fP\^)
- Display *\fIdisplay\fP\^;
- XDevice *\fIdevice\fP\^;
- Window \fIgrab_window\fP\^;
- Bool \fIowner_events\fP\^;
- int \fIevent_count\fP\^;
- XEventClass *\fIevent_list\fP\^;
- int \fIthis_device_mode\fP\^, \fIother_devices_mode\fP\^;
- Time \fItime\fP\^;
-
-XUngrabDevice\^(\^\fIdisplay\fP, \fIdevice\fP\^, \fItime\fP\^)
- Display *\fIdisplay\fP\^;
- XDevice *\fIdevice\fP\^;
- Time \fItime\fP\^;
+.HP
+int XGrabDevice\^(\^Display *\fIdisplay\fP\^, XDevice *\fIdevice\fP\^, Window
+\fIgrab_window\fP\^, Bool \fIowner_events\fP\^, int \fIevent_count\fP\^,
+XEventClass *\fIevent_list\fP\^, int \fIthis_device_mode\fP\^,
+int \fIother_devices_mode\fP\^, Time \fItime\fP\^);
+.HP
+int XUngrabDevice\^(\^Display *\fIdisplay\fP\^, XDevice *\fIdevice\fP\^, Time
+\fItime\fP\^);
.fi
\fP
.SH ARGUMENTS