aboutsummaryrefslogtreecommitdiffstats
path: root/src/widget.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget.c')
-rw-r--r--src/widget.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/widget.c b/src/widget.c
index 0bdac7b0bff..afb8b700837 100644
--- a/src/widget.c
+++ b/src/widget.c
@@ -434,7 +434,7 @@ set_frame_size (ew)
434 : (FRAME_SCROLL_BAR_COLS (frame) 434 : (FRAME_SCROLL_BAR_COLS (frame)
435 * FONT_WIDTH (frame->output_data.x->font))); 435 * FONT_WIDTH (frame->output_data.x->font)));
436 436
437 x_compute_fringe_widths (frame, 0); 437 compute_fringe_widths (frame, 0);
438 438
439#if 0 /* This can run Lisp code, and it is dangerous to give 439#if 0 /* This can run Lisp code, and it is dangerous to give
440 out the frame to Lisp code before it officially exists. 440 out the frame to Lisp code before it officially exists.
@@ -915,7 +915,7 @@ EmacsFrameSetCharSize (widget, columns, rows)
915 ? 0 915 ? 0
916 : (FRAME_SCROLL_BAR_COLS (f) * FONT_WIDTH (f->output_data.x->font))); 916 : (FRAME_SCROLL_BAR_COLS (f) * FONT_WIDTH (f->output_data.x->font)));
917 917
918 x_compute_fringe_widths (f, 0); 918 compute_fringe_widths (f, 0);
919 919
920 char_to_pixel_size (ew, columns, rows, &pixel_width, &pixel_height); 920 char_to_pixel_size (ew, columns, rows, &pixel_width, &pixel_height);
921 921