diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/widget.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/widget.c b/src/widget.c index 4f2e1dee173..f71193585e6 100644 --- a/src/widget.c +++ b/src/widget.c | |||
| @@ -973,6 +973,8 @@ EmacsFrameSetCharSize (widget, columns, rows) | |||
| 973 | enters an infinite loop (as of 2000-01-15). This is fixed in | 973 | enters an infinite loop (as of 2000-01-15). This is fixed in |
| 974 | later versions of LessTif (as of 2001-03-13); I'll leave it | 974 | later versions of LessTif (as of 2001-03-13); I'll leave it |
| 975 | as is because I think it can't do any harm. */ | 975 | as is because I think it can't do any harm. */ |
| 976 | /* In April 2002, simon.marshall@misys.com reports the problem | ||
| 977 | seems not to occur any longer. */ | ||
| 976 | XtVaSetValues (f->output_data.x->widget, | 978 | XtVaSetValues (f->output_data.x->widget, |
| 977 | XtNheight, (XtArgVal) (outer_widget_height + hdelta), | 979 | XtNheight, (XtArgVal) (outer_widget_height + hdelta), |
| 978 | XtNwidth, (XtArgVal) (outer_widget_width + wdelta), | 980 | XtNwidth, (XtArgVal) (outer_widget_width + wdelta), |