Mercurial > emacs
changeset 36769:35df75f3f78d
(EmacsFrameSetCharSize): Comment update.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Tue, 13 Mar 2001 12:51:25 +0000 |
parents | c4fe55798108 |
children | bf9b93e0f4b2 |
files | src/widget.c |
diffstat | 1 files changed, 4 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/widget.c Tue Mar 13 12:38:50 2001 +0000 +++ b/src/widget.c Tue Mar 13 12:51:25 2001 +0000 @@ -941,8 +941,10 @@ lw_refigure_widget (f->output_data.x->column_widget, False); update_hints_inhibit = 1; - /* Do parents first, otherwise LessTif's geometry - management enters an infinite loop (as of 2000-01-15). */ + /* Do parents first, otherwise LessTif's geometry management + enters an infinite loop (as of 2000-01-15). This is fixed in + later versions of LessTif (as of 2001-03-13); I'll leave it + as is because I think it can't do any harm. */ XtVaSetValues (f->output_data.x->widget, XtNheight, outer_widget_height + hdelta, XtNwidth, outer_widget_width + wdelta, NULL);