1
Fork 0
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:
Richard M. Stallman 1994-04-21 08:33:48 +00:00
parent 4bb45197d8
commit 996e89cd05

View file

@ -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);