# HG changeset patch # User Karl Heuer # Date 801732470 0 # Node ID 0deb4505c0f073a58f9ec418d57cda5eeea077d1 # Parent a1ce6f6999670f3b77e9c8cf9ee47453f7f8a207 (x_set_frame_parameters): Pass -1 to x_set_offset. diff -r a1ce6f699967 -r 0deb4505c0f0 src/xfns.c --- 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))