summaryrefslogtreecommitdiff
path: root/man/XFilterEvent.man
diff options
context:
space:
mode:
authorWalter Harms <wharms@bfs.de>2019-07-03 18:18:09 +0200
committerWalter Harms <wharms@bfs.de>2019-07-03 18:18:09 +0200
commit4eb167f5aca4cca05a230c728ffdb4fd382a4e1e (patch)
tree43d92fdddfc3921c4362106156caa566d725b9f0 /man/XFilterEvent.man
parent08e6b36292ebf01ba2dcc4a48ec371c6f5d13458 (diff)
downloadxorg-lib-libX11-4eb167f5aca4cca05a230c728ffdb4fd382a4e1e.tar.gz
replace home grown .ZN with std, .B and .BR
Replace the home grown macro .ZN with std. macros from man macro paket. So we can get rid of the definition an get a clean header. Signed-off-by: Walter Harms <wharms@bfs.de>
Diffstat (limited to 'man/XFilterEvent.man')
-rw-r--r--man/XFilterEvent.man18
1 files changed, 9 insertions, 9 deletions
diff --git a/man/XFilterEvent.man b/man/XFilterEvent.man
index 825f8bfb..bcbc131f 100644
--- a/man/XFilterEvent.man
+++ b/man/XFilterEvent.man
@@ -91,31 +91,31 @@ Specifies the event to filter.
Specifies the window for which the filter is to be applied.
.SH DESCRIPTION
If the window argument is
-.ZN None ,
-.ZN XFilterEvent
+.BR None ,
+.B XFilterEvent
applies the filter to the window specified in the
-.ZN XEvent
+.B XEvent
structure.
The window argument is provided so that layers above Xlib
that do event redirection can indicate to which window an event
has been redirected.
.LP
If
-.ZN XFilterEvent
+.B XFilterEvent
returns
-.ZN True ,
+.BR True ,
then some input method has filtered the event,
and the client should discard the event.
If
-.ZN XFilterEvent
+.B XFilterEvent
returns
-.ZN False ,
+.BR False ,
then the client should continue processing the event.
.LP
If a grab has occurred in the client and
-.ZN XFilterEvent
+.B XFilterEvent
returns
-.ZN True ,
+.BR True ,
the client should ungrab the keyboard.
.SH "SEE ALSO"
XNextEvent(__libmansuffix__)