[PATCH:libX11] Clarify requirements in XRestackWindows man page
Alan Coopersmith
alan.coopersmith at oracle.com
Tue Jun 1 18:59:30 PDT 2010
The required common parent window is not specified in the arguments,
just implied as the parent of the first window in the list.
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
---
The man page was confusing me, since I couldn't figure out which window was
specified to be the parent window, but from looking at the server code in
os/dispatch.c & os/windows.c, I believe this is correct - or at least matches
the current implementation.
man/XRaiseWindow.man | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/man/XRaiseWindow.man b/man/XRaiseWindow.man
index 8d74466..3926b16 100644
--- a/man/XRaiseWindow.man
+++ b/man/XRaiseWindow.man
@@ -305,7 +305,7 @@ The stacking order of the first window in the windows array is unaffected,
but the other windows in the array are stacked underneath the first window,
in the order of the array.
The stacking order of the other windows is not affected.
-For each window in the window array that is not a child of the specified window,
+For each window in the window array that is not a sibling of the first window,
a
.ZN BadMatch
error results.
--
1.5.6.5
More information about the xorg-devel
mailing list