diff src/xfns.c @ 7263:b7025b4bf659

(Fx_create_frame): Set the size_hint_flags field. Don't call x_calc_absolute_position.
author Richard M. Stallman <rms@gnu.org>
date Mon, 02 May 1994 00:45:44 +0000
parents a752899939f7
children cd81dba38a49
line wrap: on
line diff
--- a/src/xfns.c	Sun May 01 23:29:27 1994 +0000
+++ b/src/xfns.c	Mon May 02 00:45:44 1994 +0000
@@ -1862,7 +1862,7 @@
     XtSetValues (shell_widget, al, ac);
   }
 
-  x_calc_absolute_position (f, window_prompting);
+  x_calc_absolute_position (f);
 
   XtManageChild (pane_widget);
   XtRealizeWidget (shell_widget);
@@ -2258,6 +2258,8 @@
 	f->display.x->win_gravity = NorthWestGravity;
     }
 
+  f->display.x->size_hint_flags = window_prompting;
+
 #ifdef USE_X_TOOLKIT
   x_window (f, window_prompting, minibuffer_only);
 #else