Mercurial > emacs
changeset 25464:080a7a9d6f79
(x_figure_window_size): Use FRAME_FLAGS_AREA_COLS instead
of 2 * that value.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Mon, 30 Aug 1999 23:14:33 +0000 |
parents | 255017b70168 |
children | 1b6d98e8c3ac |
files | src/xfns.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xfns.c Mon Aug 30 23:14:28 1999 +0000 +++ b/src/xfns.c Mon Aug 30 23:14:33 1999 +0000 @@ -2852,7 +2852,7 @@ ? 0 : (FRAME_SCROLL_BAR_COLS (f) * FONT_WIDTH (f->output_data.x->font))); f->output_data.x->flags_areas_extra - = 2 * FRAME_FLAGS_AREA_WIDTH (f); + = FRAME_FLAGS_AREA_WIDTH (f); f->output_data.x->pixel_width = CHAR_TO_PIXEL_WIDTH (f, f->width); f->output_data.x->pixel_height = CHAR_TO_PIXEL_HEIGHT (f, f->height);