Mercurial > emacs
changeset 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 | 68fc80bf10df |
children | a701bffa0f9d |
files | src/xfns.c |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
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