# HG changeset patch # User Richard M. Stallman # Date 767839544 0 # Node ID b7025b4bf65992a9a8f911f36a797bb6ecb02d8c # Parent 68fc80bf10df41baa638ae33c7806f21757e3964 (Fx_create_frame): Set the size_hint_flags field. Don't call x_calc_absolute_position. diff -r 68fc80bf10df -r b7025b4bf659 src/xfns.c --- 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