changeset 12388:35668330115e

Clarify need for user-position to get left and top obeyed.
author Richard M. Stallman <rms@gnu.org>
date Mon, 26 Jun 1995 19:25:26 +0000
parents caca393b084c
children e2d27fbff935
files lispref/frames.texi
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lispref/frames.texi	Mon Jun 26 17:04:47 1995 +0000
+++ b/lispref/frames.texi	Mon Jun 26 19:25:26 1995 +0000
@@ -280,6 +280,10 @@
 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 @@
 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