diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xterm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c index 65f58e49196..9c2e660cff8 100644 --- a/src/xterm.c +++ b/src/xterm.c | |||
| @@ -8975,7 +8975,6 @@ x_set_window_size (f, change_gravity, cols, rows) | |||
| 8975 | f->scroll_bar_actual_width | 8975 | f->scroll_bar_actual_width |
| 8976 | = FRAME_SCROLL_BAR_COLS (f) * FRAME_COLUMN_WIDTH (f); | 8976 | = FRAME_SCROLL_BAR_COLS (f) * FRAME_COLUMN_WIDTH (f); |
| 8977 | c = FRAME_PIXEL_WIDTH_TO_TEXT_COLS (f, FRAME_PIXEL_WIDTH (f)); | 8977 | c = FRAME_PIXEL_WIDTH_TO_TEXT_COLS (f, FRAME_PIXEL_WIDTH (f)); |
| 8978 | fprintf (stderr, "1: old %d/%d, new %d/%d\n", rows, cols, r, c); | ||
| 8979 | change_frame_size (f, r, c, 0, 1, 0); | 8978 | change_frame_size (f, r, c, 0, 1, 0); |
| 8980 | } | 8979 | } |
| 8981 | 8980 | ||