Mercurial > hg > xemacs-beta
diff src/menubar-x.c @ 163:0132846995bd r20-3b8
Import from CVS: tag r20-3b8
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:43:35 +0200 |
parents | 6608ceec7cf8 |
children | 5a88923fcbfe |
line wrap: on
line diff
--- a/src/menubar-x.c Mon Aug 13 09:42:28 2007 +0200 +++ b/src/menubar-x.c Mon Aug 13 09:43:35 2007 +0200 @@ -796,7 +796,7 @@ XtVaGetValues (container, XtNwidth, &req.width, XtNheight, &req.height, - 0); + NULL); XtQueryGeometry (container, &req, &repl); EmacsManagerChangeSize (container, repl.width, repl.height);