From: Richard M. Stallman Date: Sat, 16 Apr 1994 06:15:42 +0000 (+0000) Subject: (Fset_frame_position): Pass new arg to x_set_offset. X-Git-Tag: emacs-19.34~8932 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c7c7076192b8dc56254af151b97a98fbd3c692c7;p=emacs.git (Fset_frame_position): Pass new arg to x_set_offset. --- diff --git a/src/frame.c b/src/frame.c index 6e4cd1b50e0..da35c013737 100644 --- a/src/frame.c +++ b/src/frame.c @@ -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;