diff options
| author | Kim F. Storm | 2003-03-12 12:12:26 +0000 |
|---|---|---|
| committer | Kim F. Storm | 2003-03-12 12:12:26 +0000 |
| commit | 055d3c98b79e78114837c82001b4ffbcc398e192 (patch) | |
| tree | 6be8b778d605babebb4cb90a3adf10821c6931bb /src/macfns.c | |
| parent | ffbbc941e006dabe65cef31f120768677d285dbd (diff) | |
| download | emacs-055d3c98b79e78114837c82001b4ffbcc398e192.tar.gz emacs-055d3c98b79e78114837c82001b4ffbcc398e192.zip | |
Use generic compute_fringe_widths.
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); |