summaryrefslogtreecommitdiff
path: root/lispref
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1995-06-26 19:25:26 +0000
committerRichard M. Stallman <rms@gnu.org>1995-06-26 19:25:26 +0000
commit39598a7d7a1d8c797a5a8d35c27ea2d24600d58e (patch)
tree28d1e96f824e0e3d4e566281ccc9543813ba741a /lispref
parent584a02220c78f1613062a12e97f124e8f81a43c2 (diff)
downloademacs-39598a7d7a1d8c797a5a8d35c27ea2d24600d58e.tar.gz
Clarify need for user-position to get left and top obeyed.
Diffstat (limited to 'lispref')
-rw-r--r--lispref/frames.texi8
1 files changed, 8 insertions, 0 deletions
diff --git a/lispref/frames.texi b/lispref/frames.texi
index 48dc47bef96..c0eb9d6aa92 100644
--- a/lispref/frames.texi
+++ b/lispref/frames.texi
@@ -280,6 +280,10 @@ window with respect to the right edge of the screen. A positive value
of @var{pos} counts toward the left. If the parameter is a negative
integer @minus{}@var{pos} then @var{pos} is positive!
+Some window managers ignore program-specified positions. If you want to
+be sure the position you specify is not ignored, specify a
+non-@code{nil} value for the @code{user-position} parameter as well.
+
@item top
The screen position of the top edge, in pixels, with respect to the
top edge of the screen. The value may be a positive number @var{pos},
@@ -292,6 +296,10 @@ window with respect to the bottom edge of the screen. A positive value
of @var{pos} counts toward the top. If the parameter is a negative
integer @minus{}@var{pos} then @var{pos} is positive!
+Some window managers ignore program-specified positions. If you want to
+be sure the position you specify is not ignored, specify a
+non-@code{nil} value for the @code{user-position} parameter as well.
+
@item icon-left
The screen position of the left edge @emph{of the frame's icon}, in
pixels, counting from the left edge of the screen. This takes effect if