diff options
Diffstat (limited to 'src/macfns.c')
| -rw-r--r-- | src/macfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/macfns.c b/src/macfns.c index 7ae8ccb0a06..ddb7e4a6401 100644 --- a/src/macfns.c +++ b/src/macfns.c | |||
| @@ -3534,7 +3534,7 @@ x_figure_window_size (f, parms) | |||
| 3534 | ? FRAME_SCROLL_BAR_PIXEL_WIDTH (f) | 3534 | ? FRAME_SCROLL_BAR_PIXEL_WIDTH (f) |
| 3535 | : (FRAME_SCROLL_BAR_COLS (f) * FONT_WIDTH (f->output_data.mac->font))); | 3535 | : (FRAME_SCROLL_BAR_COLS (f) * FONT_WIDTH (f->output_data.mac->font))); |
| 3536 | 3536 | ||
| 3537 | x_compute_fringe_widths (f, 0); | 3537 | compute_fringe_widths (f, 0); |
| 3538 | 3538 | ||
| 3539 | f->output_data.mac->pixel_width = CHAR_TO_PIXEL_WIDTH (f, f->width); | 3539 | f->output_data.mac->pixel_width = CHAR_TO_PIXEL_WIDTH (f, f->width); |
| 3540 | f->output_data.mac->pixel_height = CHAR_TO_PIXEL_HEIGHT (f, f->height); | 3540 | f->output_data.mac->pixel_height = CHAR_TO_PIXEL_HEIGHT (f, f->height); |