# HG changeset patch # User Richard M. Stallman # Date 783176266 0 # Node ID 33dcf295f62a70f8c46a4ac944d4400c9cda85cd # Parent 6349d2705e2a1cba563712ae8898ab7830cbb9e4 (set_frame_size): Set app_shell and wmshell the same. diff -r 6349d2705e2a -r 33dcf295f62a src/widget.c --- a/src/widget.c Wed Oct 26 09:32:58 1994 +0000 +++ b/src/widget.c Wed Oct 26 12:57:46 1994 +0000 @@ -306,10 +306,10 @@ int flags = 0; Widget wmshell = get_wm_shell ((Widget) ew); - Widget app_shell = XtParent ((Widget) wmshell); + /* Each Emacs shell is now independent and top-level. */ + Widget app_shell = wmshell; if (! XtIsSubclass (wmshell, shellWidgetClass)) abort (); - if (! XtIsSubclass (app_shell, shellWidgetClass)) abort (); /* We don't need this for the momment. The geometry is computed in xfns.c. */