From 38d2204001d6da1337956c99d8548350632cdc3c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 2 May 1994 00:45:44 +0000 Subject: [PATCH] (Fx_create_frame): Set the size_hint_flags field. Don't call x_calc_absolute_position. --- src/xfns.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/xfns.c b/src/xfns.c index 9a2555c542a..8f01f66ee15 100644 --- a/src/xfns.c +++ b/src/xfns.c @@ -1862,7 +1862,7 @@ x_window (f, window_prompting, minibuffer_only) 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 @@ be shared by the new frame.") 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 -- 2.39.5