Mercurial > emacs
changeset 6921:50060d486c47
(Fset_frame_position): Pass new arg to x_set_offset.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 16 Apr 1994 06:15:42 +0000 |
parents | 52ec40c3f037 |
children | 26998cd05104 |
files | src/frame.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;