# HG changeset patch # User Richard M. Stallman # Date 766476942 0 # Node ID 50060d486c477946b92ae37feb6b3d5b3e0be579 # Parent 52ec40c3f03727696b32fb021260dd6212169ac2 (Fset_frame_position): Pass new arg to x_set_offset. diff -r 52ec40c3f037 -r 50060d486c47 src/frame.c --- a/src/frame.c Sat Apr 16 05:53:27 1994 +0000 +++ b/src/frame.c Sat Apr 16 06:15:42 1994 +0000 @@ -1546,7 +1546,7 @@ /* 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;