summaryrefslogtreecommitdiff
path: root/man/XTranslateCoordinates.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/XTranslateCoordinates.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/XTranslateCoordinates.man')
-rw-r--r--man/XTranslateCoordinates.man16
1 files changed, 8 insertions, 8 deletions
diff --git a/man/XTranslateCoordinates.man b/man/XTranslateCoordinates.man
index cddd1804..9fbc377c 100644
--- a/man/XTranslateCoordinates.man
+++ b/man/XTranslateCoordinates.man
@@ -109,31 +109,31 @@ Specifies the source window.
Specify the x and y coordinates within the source window.
.SH DESCRIPTION
If
-.ZN XTranslateCoordinates
+.B XTranslateCoordinates
returns
-.ZN True ,
+.BR True ,
it takes the src_x and src_y coordinates relative
to the source window's origin and returns these coordinates to
dest_x_return and dest_y_return
relative to the destination window's origin.
If
-.ZN XTranslateCoordinates
+.B XTranslateCoordinates
returns
-.ZN False ,
+.BR False ,
src_w and dest_w are on different screens,
and dest_x_return and dest_y_return are zero.
If the coordinates are contained in a mapped child of dest_w,
that child is returned to child_return.
Otherwise, child_return is set to
-.ZN None .
+.BR None .
.LP
-.ZN XTranslateCoordinates
+.B XTranslateCoordinates
can generate a
-.ZN BadWindow
+.B BadWindow
error.
.SH DIAGNOSTICS
.TP 1i
-.ZN BadWindow
+.B BadWindow
A value for a Window argument does not name a defined Window.
.SH "SEE ALSO"
\fI\*(xL\fP