Mercurial > emacs
changeset 11989:0deb4505c0f0
(x_set_frame_parameters): Pass -1 to x_set_offset.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Mon, 29 May 1995 07:27:50 +0000 |
parents | a1ce6f699967 |
children | 1e5d25c997ca |
files | src/xfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Mon May 29 07:27:09 1995 +0000 +++ b/src/xfns.c Mon May 29 07:27:50 1995 +0000 @@ -886,7 +886,7 @@ 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))