comparison 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
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
794 794
795 req.request_mode = CWWidth | CWHeight; 795 req.request_mode = CWWidth | CWHeight;
796 XtVaGetValues (container, 796 XtVaGetValues (container,
797 XtNwidth, &req.width, 797 XtNwidth, &req.width,
798 XtNheight, &req.height, 798 XtNheight, &req.height,
799 0); 799 NULL);
800 XtQueryGeometry (container, &req, &repl); 800 XtQueryGeometry (container, &req, &repl);
801 EmacsManagerChangeSize (container, repl.width, 801 EmacsManagerChangeSize (container, repl.width,
802 repl.height); 802 repl.height);
803 /* The window size might not have changed but the text size 803 /* The window size might not have changed but the text size
804 did; thus, the base size might be incorrect. So update 804 did; thus, the base size might be incorrect. So update