diff options
| author | Richard M. Stallman | 1994-04-21 08:33:48 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-21 08:33:48 +0000 |
| commit | 996e89cd0501cacfa2168f062c057094399c15fc (patch) | |
| tree | 6526927ff50a4281f6ed8dd070a8698c53387ad2 | |
| parent | 4bb45197d8df84c178b5298ad78a2200f2381b6b (diff) | |
| download | emacs-996e89cd0501cacfa2168f062c057094399c15fc.tar.gz emacs-996e89cd0501cacfa2168f062c057094399c15fc.zip | |
(x_make_frame_visible): Args to x_set_offset were swapped.
| -rw-r--r-- | src/xterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 0353250af7a..7177d826a8f 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -5372,7 +5372,7 @@ x_make_frame_visible (f) | |||
| 5372 | if (! FRAME_VISIBLE_P (f)) | 5372 | if (! FRAME_VISIBLE_P (f)) |
| 5373 | { | 5373 | { |
| 5374 | #ifdef HAVE_X11 | 5374 | #ifdef HAVE_X11 |
| 5375 | x_set_offset (f, f->display.x->top_pos, f->display.x->left_pos, 0); | 5375 | x_set_offset (f, f->display.x->left_pos, f->display.x->top_pos, 0); |
| 5376 | 5376 | ||
| 5377 | if (! EQ (Vx_no_window_manager, Qt)) | 5377 | if (! EQ (Vx_no_window_manager, Qt)) |
| 5378 | x_wm_set_window_state (f, NormalState); | 5378 | x_wm_set_window_state (f, NormalState); |