Mercurial > hg > xemacs-beta
diff src/EmacsShell-sub.c @ 3381:374186f156d5
[xemacs-hg @ 2006-05-06 17:55:58 by stephent]
metacity maximization fix, see src/ChangeLog.
<87ejz7t57b.fsf_-_@tleepslib.sk.tsukuba.ac.jp>
author | stephent |
---|---|
date | Sat, 06 May 2006 17:56:00 +0000 |
parents | 3d8143fc88e1 |
children | 6830a3f39553 |
line wrap: on
line diff
--- a/src/EmacsShell-sub.c Sat May 06 08:46:38 2006 +0000 +++ b/src/EmacsShell-sub.c Sat May 06 17:56:00 2006 +0000 @@ -278,7 +278,8 @@ GenericClassExtRec *gcer; /* find the shell extension record that specifies the - root geometry manager method */ + root geometry manager method + #### We could use XtGetClassExtension here. */ for (gcer = (GenericClassExtRec *) swc->shell_class.extension; gcer; gcer = (GenericClassExtRec *) gcer->next_extension) @@ -287,6 +288,9 @@ break; } + /* #### The R11.6.4 Xt specification says if we don't find NULLQUARK here, + we should assume root_geometry_manager = XtInheritRootGeometryManager. + Is that actually callable? */ if (!gcer) ABORT ();