diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-21 14:44:46 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2019-04-21 18:28:13 -0400 |
commit | 04b44ef88aa59705acb38347a0d184d3287f6dd3 (patch) | |
tree | 22b2ac0200e191ee5ca5ae02874bb0c5536c111f /man/XtGetSelectionRequest.man | |
parent | f89906ffa8b65b9875053acbd52a7380a21c626f (diff) |
add #include for <X11/Intrinsic.h> to manpages, per convention
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man/XtGetSelectionRequest.man')
-rw-r--r-- | man/XtGetSelectionRequest.man | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man/XtGetSelectionRequest.man b/man/XtGetSelectionRequest.man index 62afc64..2ac673e 100644 --- a/man/XtGetSelectionRequest.man +++ b/man/XtGetSelectionRequest.man @@ -37,6 +37,7 @@ .SH NAME XtGetSelectionRequest \- retrieve the event that triggered the XtConvertSelectionProc .SH SYNTAX +#include <X11/Intrinsic.h> .HP XSelectionRequestEvent* XtGetSelectionRequest(Widget \fIw\fP, Atom \fIselection\fP, XtRequestId \fIrequest_id\fP); |