diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xfns.c b/src/xfns.c index fd2dcc5a027..b258eecf96a 100644 --- a/src/xfns.c +++ b/src/xfns.c | |||
| @@ -2852,7 +2852,7 @@ x_figure_window_size (f, parms) | |||
| 2852 | ? 0 | 2852 | ? 0 |
| 2853 | : (FRAME_SCROLL_BAR_COLS (f) * FONT_WIDTH (f->output_data.x->font))); | 2853 | : (FRAME_SCROLL_BAR_COLS (f) * FONT_WIDTH (f->output_data.x->font))); |
| 2854 | f->output_data.x->flags_areas_extra | 2854 | f->output_data.x->flags_areas_extra |
| 2855 | = 2 * FRAME_FLAGS_AREA_WIDTH (f); | 2855 | = FRAME_FLAGS_AREA_WIDTH (f); |
| 2856 | f->output_data.x->pixel_width = CHAR_TO_PIXEL_WIDTH (f, f->width); | 2856 | f->output_data.x->pixel_width = CHAR_TO_PIXEL_WIDTH (f, f->width); |
| 2857 | f->output_data.x->pixel_height = CHAR_TO_PIXEL_HEIGHT (f, f->height); | 2857 | f->output_data.x->pixel_height = CHAR_TO_PIXEL_HEIGHT (f, f->height); |
| 2858 | 2858 | ||