summaryrefslogtreecommitdiff
path: root/man/XSendExtensionEvent.man
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-26 22:48:39 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-26 22:48:39 +0000
commite096ac42209e3f383cd4e52cb4e2dff564bdbc8e (patch)
treea88fdd134f3fb83dfa9fdd7c769d15aec8643efa /man/XSendExtensionEvent.man
parent3d0889d2b8d326319e17ffc49e114892ef54f979 (diff)
merge latest (4.3.99.16) from XFree86 (vendor) branchXORG-RELEASE-1-BASEXEVIE-MERGEXEVIE-BASEXINERAMA_2XEVIE
Diffstat (limited to 'man/XSendExtensionEvent.man')
-rw-r--r--man/XSendExtensionEvent.man22
1 files changed, 6 insertions, 16 deletions
diff --git a/man/XSendExtensionEvent.man b/man/XSendExtensionEvent.man
index be6e14b..487c97c 100644
--- a/man/XSendExtensionEvent.man
+++ b/man/XSendExtensionEvent.man
@@ -1,5 +1,5 @@
.\"
-.\" $XFree86: xc/doc/man/Xi/XSExEvnt.man,v 1.3 2001/02/09 03:47:49 tsi Exp $
+.\" $XFree86: xc/doc/man/Xi/XSExEvnt.man,v 1.4 2003/04/28 22:18:15 herrb Exp $
.\"
.\"
.\" Copyright ([\d,\s]*) by Hewlett-Packard Company, Ardent Computer,
@@ -17,21 +17,11 @@
.SH NAME
XSendExtensionEvent \- send input extension events to a client
.SH SYNTAX
-Status XSendExtensionEvent\^(\^\fIdisplay\fP, \fIdevice\fP\^, \fIdestination\fP\^, \fIpropagate\fP\^, \fIevent_count\fP\^, \fIevent_list\fP\^, \fIevent_send\fP\^)
-.br
- Display *\fIdisplay\fP\^;
-.br
- XDevice *\fIdevice\fP\^;
-.br
- Window \fIdestination\fP\^;
-.br
- Bool \fIpropagate\fP\^;
-.br
- int \fIevent_count\fP\^;
-.br
- XEventClass *\fIevent_list\fP\^;
-.br
- XEvent *\fIevent_send\fP\^;
+.HP
+Status XSendExtensionEvent\^(\^Display *\fIdisplay\fP\^, XDevice
+*\fIdevice\fP\^, Window \fIdestination\fP\^, Bool \fIpropagate\fP\^, int
+\fIevent_count\fP\^, XEventClass *\fIevent_list\fP\^, XEvent
+*\fIevent_send\fP\^);
.SH ARGUMENTS
.TP 12
.I display