summaryrefslogtreecommitdiff
path: root/man/XSetEventQueueOwner.man
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-07-30 05:07:40 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-07-30 05:07:40 -0400
commit8fe8aafe7e9beffaff0460fe08354dfcde1efe98 (patch)
treee5ae4f741fc8c9c075a8cdf90707f060b5721a79 /man/XSetEventQueueOwner.man
parent6f2cbcea5d6dcd1df7ef309481cad1663284c061 (diff)
downloadxorg-lib-libX11-8fe8aafe7e9beffaff0460fe08354dfcde1efe98.tar.gz
split lines at sentence endings
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'man/XSetEventQueueOwner.man')
-rw-r--r--man/XSetEventQueueOwner.man14
1 files changed, 10 insertions, 4 deletions
diff --git a/man/XSetEventQueueOwner.man b/man/XSetEventQueueOwner.man
index 4ae2fd73..cc332497 100644
--- a/man/XSetEventQueueOwner.man
+++ b/man/XSetEventQueueOwner.man
@@ -35,19 +35,25 @@ Specifies the event queue ownership:
.RS
.TP
\fIXlibOwnsEventQueue\fP (default)
-Xlib owns the event queue. Use the Xlib event-handling functions. Do not
+Xlib owns the event queue.
+Use the Xlib event-handling functions.
+Do not
call the XCB event-handling functions.
.TP
\fIXCBOwnsEventQueue\fP
-XCB owns the event queue. Use the XCB event-handling functions. Do not call
+XCB owns the event queue.
+Use the XCB event-handling functions.
+Do not call
the Xlib event-handling functions.
.RE
.SH DESCRIPTION
While a client using Xlib/XCB can issue requests and handle their replies or
errors with either Xlib or XCB, only one can own and handle the event queue.
By default, Xlib must own the event queue, for compatibility with legacy Xlib
-clients. Clients can call \fIXSetEventQueueOwner\fP immediately after
-\fIXOpenDisplay\fP to let XCB own the event queue instead. Clients may not
+clients.
+Clients can call \fIXSetEventQueueOwner\fP immediately after
+\fIXOpenDisplay\fP to let XCB own the event queue instead.
+Clients may not
call \fIXSetEventQueueOwner\fP at any other time, as this will potentially
lose responses.
.SH "SEE ALSO"