diff options
| author | Richard M. Stallman | 2002-04-19 00:11:58 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-04-19 00:11:58 +0000 |
| commit | 5b48fe6556f0537bc6f6cbe4afe426f8b335fb1a (patch) | |
| tree | 43c9f0a90e908ca7102da728f4bafb8ec850ff05 /src/widget.c | |
| parent | 97c21947844a07cf2f80cc52188614a74c8b0cbe (diff) | |
| download | emacs-5b48fe6556f0537bc6f6cbe4afe426f8b335fb1a.tar.gz emacs-5b48fe6556f0537bc6f6cbe4afe426f8b335fb1a.zip | |
Comment change.
Diffstat (limited to 'src/widget.c')
| -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), |