From: Karl Heuer Date: Mon, 29 May 1995 07:27:50 +0000 (+0000) Subject: (x_set_frame_parameters): Pass -1 to x_set_offset. X-Git-Tag: emacs-19.34~3869 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f0e72e7909e39598b1337ad3b5ee53e7cf39ae6f;p=emacs.git (x_set_frame_parameters): Pass -1 to x_set_offset. --- diff --git a/src/xfns.c b/src/xfns.c index 790397e8edd..910f0aefad4 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -886,7 +886,7 @@ x_set_frame_parameters (f, alist) f->display.x->win_gravity = NorthWestGravity; /* Actually set that position, and convert to absolute. */ - x_set_offset (f, leftpos, toppos, 1); + x_set_offset (f, leftpos, toppos, -1); } if ((!NILP (icon_left) || !NILP (icon_top))