Mercurial > emacs
diff src/widget.c @ 50099:a62497b91c74
Use generic compute_fringe_widths.
| author | Kim F. Storm <storm@cua.dk> |
|---|---|
| date | Wed, 12 Mar 2003 12:12:26 +0000 |
| parents | 23a1cea22d13 |
| children | 22a5614b558f |
line wrap: on
line diff
--- a/src/widget.c Wed Mar 12 12:11:00 2003 +0000 +++ b/src/widget.c Wed Mar 12 12:12:26 2003 +0000 @@ -434,7 +434,7 @@ : (FRAME_SCROLL_BAR_COLS (frame) * FONT_WIDTH (frame->output_data.x->font))); - x_compute_fringe_widths (frame, 0); + compute_fringe_widths (frame, 0); #if 0 /* This can run Lisp code, and it is dangerous to give out the frame to Lisp code before it officially exists. @@ -915,7 +915,7 @@ ? 0 : (FRAME_SCROLL_BAR_COLS (f) * FONT_WIDTH (f->output_data.x->font))); - x_compute_fringe_widths (f, 0); + compute_fringe_widths (f, 0); char_to_pixel_size (ew, columns, rows, &pixel_width, &pixel_height);
