]> git.eshelyaron.com Git - emacs.git/commitdiff
(x_set_frame_parameters): Pass -1 to x_set_offset.
authorKarl Heuer <kwzh@gnu.org>
Mon, 29 May 1995 07:27:50 +0000 (07:27 +0000)
committerKarl Heuer <kwzh@gnu.org>
Mon, 29 May 1995 07:27:50 +0000 (07:27 +0000)
src/xfns.c

index 790397e8edd2d8079e5a2ff46d72dbc9792ca982..910f0aefad4d57a34b264eb499fa1725767b0488 100644 (file)
@@ -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))