aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2001-03-13 12:51:25 +0000
committerGerd Moellmann2001-03-13 12:51:25 +0000
commit6e7e15f2f1a478e066f559ef13e27421c4854fa6 (patch)
tree8fa6468ce4987e6f7c3a7e5b6a171f76c0c4f371 /src
parent5625f709a4dc8b1c1b5218ed8ef22ec5b51f4e05 (diff)
downloademacs-6e7e15f2f1a478e066f559ef13e27421c4854fa6.tar.gz
emacs-6e7e15f2f1a478e066f559ef13e27421c4854fa6.zip
(EmacsFrameSetCharSize): Comment update.
Diffstat (limited to 'src')
-rw-r--r--src/widget.c6
1 files changed, 4 insertions, 2 deletions
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)
941 lw_refigure_widget (f->output_data.x->column_widget, False); 941 lw_refigure_widget (f->output_data.x->column_widget, False);
942 update_hints_inhibit = 1; 942 update_hints_inhibit = 1;
943 943
944 /* Do parents first, otherwise LessTif's geometry 944 /* Do parents first, otherwise LessTif's geometry management
945 management enters an infinite loop (as of 2000-01-15). */ 945 enters an infinite loop (as of 2000-01-15). This is fixed in
946 later versions of LessTif (as of 2001-03-13); I'll leave it
947 as is because I think it can't do any harm. */
946 XtVaSetValues (f->output_data.x->widget, 948 XtVaSetValues (f->output_data.x->widget,
947 XtNheight, outer_widget_height + hdelta, 949 XtNheight, outer_widget_height + hdelta,
948 XtNwidth, outer_widget_width + wdelta, NULL); 950 XtNwidth, outer_widget_width + wdelta, NULL);