mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-02 10:11:05 -08:00
(x_make_frame_visible): Args to x_set_offset were swapped.
This commit is contained in:
parent
4bb45197d8
commit
996e89cd05
1 changed files with 1 additions and 1 deletions
|
|
@ -5372,7 +5372,7 @@ x_make_frame_visible (f)
|
|||
if (! FRAME_VISIBLE_P (f))
|
||||
{
|
||||
#ifdef HAVE_X11
|
||||
x_set_offset (f, f->display.x->top_pos, f->display.x->left_pos, 0);
|
||||
x_set_offset (f, f->display.x->left_pos, f->display.x->top_pos, 0);
|
||||
|
||||
if (! EQ (Vx_no_window_manager, Qt))
|
||||
x_wm_set_window_state (f, NormalState);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue