summaryrefslogtreecommitdiff
path: root/man/XSelectionEvent.man
diff options
context:
space:
mode:
authorEgbert Eich <eich@freedesktop.org>2004-04-23 18:42:09 +0000
committerEgbert Eich <eich@freedesktop.org>2004-04-23 18:42:09 +0000
commitc6349f43193b74a3c09945f3093a871b0157ba47 (patch)
treeaea173c19da6fa57e24eb4633ff815feb7ae3fa0 /man/XSelectionEvent.man
parentc3c4ddc682950a01b80825021f3e2503ab01ea7f (diff)
downloadxorg-lib-libX11-c6349f43193b74a3c09945f3093a871b0157ba47.tar.gz
Merging XORG-CURRENT into trunk
Diffstat (limited to 'man/XSelectionEvent.man')
-rw-r--r--man/XSelectionEvent.man15
1 files changed, 9 insertions, 6 deletions
diff --git a/man/XSelectionEvent.man b/man/XSelectionEvent.man
index 0df21cbb..783d0331 100644
--- a/man/XSelectionEvent.man
+++ b/man/XSelectionEvent.man
@@ -40,6 +40,9 @@
.\" of this documentation for any purpose.
.\" It is provided ``as is'' without express or implied warranty.
.\"
+.\" $XFree86: xc/doc/man/X11/XSEvent.man,v 1.2 2001/01/27 18:20:03 dawes Exp $
+.\" $XdotOrg: lib/X11/man/XSelectionEvent.man,v 1.2 2004-04-23 18:42:09 eich Exp $
+.\"
.ds xT X Toolkit Intrinsics \- C Language Interface
.ds xW Athena X Widgets \- C Language X Toolkit Interface
.ds xL Xlib \- C Language X Interface
@@ -138,7 +141,7 @@
.el .sp 10p
..
.ny0
-.TH XSelectionEvent 3X11 "Release 6.6" "X Version 11" "XLIB FUNCTIONS"
+.TH XSelectionEvent 3X11 __xorgversion__ "XLIB FUNCTIONS"
.SH NAME
XSelectionEvent \- SelectionNotify event structure
.SH STRUCTURES
@@ -150,14 +153,14 @@ events contains:
.TA .5i 3i
.ta .5i 3i
typedef struct {
- int type; /* SelectionNotify */
- unsigned long serial; /* # of last request processed by server */
- Bool send_event; /* true if this came from a SendEvent request */
- Display *display; /* Display the event was read from */
+ int type; /\(** SelectionNotify */
+ unsigned long serial; /\(** # of last request processed by server */
+ Bool send_event; /\(** true if this came from a SendEvent request */
+ Display *display; /\(** Display the event was read from */
Window requestor;
Atom selection;
Atom target;
- Atom property; /* atom or None */
+ Atom property; /\(** atom or None */
Time time;
} XSelectionEvent;
.De