From c7c7076192b8dc56254af151b97a98fbd3c692c7 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 16 Apr 1994 06:15:42 +0000 Subject: [PATCH] (Fset_frame_position): Pass new arg to x_set_offset. --- src/frame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5