changeset 7001:4ef78a2b2cee

(x_make_frame_visible): Args to x_set_offset were swapped.
author Richard M. Stallman <rms@gnu.org>
date Thu, 21 Apr 1994 08:33:48 +0000
parents 86de9106eb84
children e9667f7a0cbc
files src/xterm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Thu Apr 21 08:31:39 1994 +0000
+++ b/src/xterm.c	Thu Apr 21 08:33:48 1994 +0000
@@ -5372,7 +5372,7 @@
   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);