diff src/xfns.c @ 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 bfdf35b8c34b
children 854e396aabed
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))