changeset 18630:3e414b9da546

(x_make_frame_visible): Don't move the frame if it was iconified--only if it was invisible.
author Richard M. Stallman <rms@gnu.org>
date Sat, 05 Jul 1997 08:23:34 +0000
parents fbb38f6bf8dc
children 62bcc6aff013
files src/xterm.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Sat Jul 05 03:44:54 1997 +0000
+++ b/src/xterm.c	Sat Jul 05 08:23:34 1997 +0000
@@ -5709,7 +5709,7 @@
        because the window manager may choose the position
        and we don't want to override it.  */
 
-    if (! FRAME_VISIBLE_P (f)
+    if (! FRAME_VISIBLE_P (f) && ! FRAME_ICONIFIED_P (f)
 	&& f->output_data.x->win_gravity == NorthWestGravity
 	&& previously_visible)
       {