summaryrefslogtreecommitdiff
path: root/man/XSelectionRequestEvent.man
diff options
context:
space:
mode:
Diffstat (limited to 'man/XSelectionRequestEvent.man')
-rw-r--r--man/XSelectionRequestEvent.man13
1 files changed, 8 insertions, 5 deletions
diff --git a/man/XSelectionRequestEvent.man b/man/XSelectionRequestEvent.man
index 2b28167f..165a9e30 100644
--- a/man/XSelectionRequestEvent.man
+++ b/man/XSelectionRequestEvent.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/XSREvent.man,v 1.2 2001/01/27 18:20:03 dawes Exp $
+.\" $XdotOrg: lib/X11/man/XSelectionRequestEvent.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 XSelectionRequestEvent 3X11 "Release 6.6" "X Version 11" "XLIB FUNCTIONS"
+.TH XSelectionRequestEvent 3X11 __xorgversion__ "XLIB FUNCTIONS"
.SH NAME
XSelectionRequestEvent \- SelectionRequest event structure
.SH STRUCTURES
@@ -150,10 +153,10 @@ events contains:
.TA .5i 3i
.ta .5i 3i
typedef struct {
- int type; /* SelectionRequest */
- 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; /\(** SelectionRequest */
+ 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 owner;
Window requestor;
Atom selection;