summaryrefslogtreecommitdiff
path: root/man/XWarpPointer.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/XWarpPointer.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/XWarpPointer.man')
-rw-r--r--man/XWarpPointer.man18
1 files changed, 9 insertions, 9 deletions
diff --git a/man/XWarpPointer.man b/man/XWarpPointer.man
index 7b10ef2c..87835b20 100644
--- a/man/XWarpPointer.man
+++ b/man/XWarpPointer.man
@@ -90,7 +90,7 @@ int XWarpPointer\^(\^Display *\fIdisplay\fP\^, Window \fIsrc_w\fP\^, Window
.SH ARGUMENTS
.IP \fIdest_w\fP 1i
Specifies the destination window or
-.ZN None .
+.BR None .
.IP \fIdest_x\fP 1i
.br
.ns
@@ -111,15 +111,15 @@ Specifies the connection to the X server.
Specify a rectangle in the source window.
.IP \fIsrc_w\fP 1i
Specifies the source window or
-.ZN None .
+.BR None .
.SH DESCRIPTION
If dest_w is
-.ZN None ,
-.ZN XWarpPointer
+.BR None ,
+.B XWarpPointer
moves the pointer by the offsets (dest_x, dest_y) relative to the current
position of the pointer.
If dest_w is a window,
-.ZN XWarpPointer
+.B XWarpPointer
moves the pointer to the offsets (dest_x, dest_y) relative to the origin of
dest_w.
However, if src_w is a window,
@@ -137,18 +137,18 @@ The pointer should normally be left to the user.
If you do use this function, however, it generates events just as if the user
had instantaneously moved the pointer from one position to another.
Note that you cannot use
-.ZN XWarpPointer
+.B XWarpPointer
to move the pointer outside the confine_to window of an active pointer grab.
An attempt to do so will only move the pointer as far as the closest edge of the
confine_to window.
.LP
-.ZN XWarpPointer
+.B XWarpPointer
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"
XSetInputFocus(__libmansuffix__)