diff options
| author | Karl Heuer | 1995-05-29 07:27:50 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-05-29 07:27:50 +0000 |
| commit | f0e72e7909e39598b1337ad3b5ee53e7cf39ae6f (patch) | |
| tree | 5994bca58fc16fef32f0203687feaad11bd7ca2e | |
| parent | aa3ff7c9438ebe6cc0039a993e3a2be89e910bb0 (diff) | |
| download | emacs-f0e72e7909e39598b1337ad3b5ee53e7cf39ae6f.tar.gz emacs-f0e72e7909e39598b1337ad3b5ee53e7cf39ae6f.zip | |
(x_set_frame_parameters): Pass -1 to x_set_offset.
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c index 790397e8edd..910f0aefad4 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -886,7 +886,7 @@ x_set_frame_parameters (f, alist) | |||
| 886 | f->display.x->win_gravity = NorthWestGravity; | 886 | f->display.x->win_gravity = NorthWestGravity; |
| 887 | 887 | ||
| 888 | /* Actually set that position, and convert to absolute. */ | 888 | /* Actually set that position, and convert to absolute. */ |
| 889 | x_set_offset (f, leftpos, toppos, 1); | 889 | x_set_offset (f, leftpos, toppos, -1); |
| 890 | } | 890 | } |
| 891 | 891 | ||
| 892 | if ((!NILP (icon_left) || !NILP (icon_top)) | 892 | if ((!NILP (icon_left) || !NILP (icon_top)) |