From: Gerd Moellmann Date: Tue, 13 Mar 2001 12:51:25 +0000 (+0000) Subject: (EmacsFrameSetCharSize): Comment update. X-Git-Tag: emacs-pretest-21.0.100~35 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6e7e15f2f1a478e066f559ef13e27421c4854fa6;p=emacs.git (EmacsFrameSetCharSize): Comment update. --- diff --git a/src/widget.c b/src/widget.c index 80e443b6fc0..51b2c686d0b 100644 --- a/src/widget.c +++ b/src/widget.c @@ -941,8 +941,10 @@ EmacsFrameSetCharSize (widget, columns, rows) 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);