(Fset_frame_position): Pass new arg to x_set_offset.
authorRichard M. Stallman <rms@gnu.org>
Sat, 16 Apr 1994 06:15:42 +0000 (06:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 16 Apr 1994 06:15:42 +0000 (06:15 +0000)
src/frame.c

index 6e4cd1b..da35c01 100644 (file)
@@ -1546,7 +1546,7 @@ the rightmost or bottommost possible position (that stays within the screen).")
   /* I think this should be done with a hook.  */
 #ifdef HAVE_X_WINDOWS
   if (FRAME_X_P (f))
-    x_set_offset (f, XINT (xoffset), XINT (yoffset));
+    x_set_offset (f, XINT (xoffset), XINT (yoffset), 1);
 #endif
 
   return Qt;