summaryrefslogtreecommitdiff
path: root/src/widget.c
diff options
context:
space:
mode:
authorKim F. Storm <storm@cua.dk>2001-11-16 13:18:38 +0000
committerKim F. Storm <storm@cua.dk>2001-11-16 13:18:38 +0000
commita0a1947c5a1786c7297e3c843ea52b8c8b972b00 (patch)
tree1ef1ec9ba6f6c109f07e08c5d49ed6a56ff9b151 /src/widget.c
parente3eb9fa70b251bf9d6539a1325a617317f73a337 (diff)
downloademacs-a0a1947c5a1786c7297e3c843ea52b8c8b972b00.tar.gz
emacs-a0a1947c5a1786c7297e3c843ea52b8c8b972b00.tar.bz2
emacs-a0a1947c5a1786c7297e3c843ea52b8c8b972b00.zip
Fringe cleanup.
Use renamed symbols.
Diffstat (limited to 'src/widget.c')
-rw-r--r--src/widget.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/widget.c b/src/widget.c
index 53091847c8f..15dd25f8221 100644
--- a/src/widget.c
+++ b/src/widget.c
@@ -434,8 +434,8 @@ set_frame_size (ew)
: (FRAME_SCROLL_BAR_COLS (frame)
* FONT_WIDTH (frame->output_data.x->font)));
- frame->output_data.x->flags_areas_extra
- = FRAME_FLAGS_AREA_WIDTH (frame);
+ frame->output_data.x->fringes_extra
+ = FRAME_FRINGE_WIDTH (frame);
change_frame_size (frame, h, w, 1, 0, 0);
char_to_pixel_size (ew, w, h, &pixel_width, &pixel_height);
@@ -912,8 +912,8 @@ EmacsFrameSetCharSize (widget, columns, rows)
? 0
: (FRAME_SCROLL_BAR_COLS (f) * FONT_WIDTH (f->output_data.x->font)));
- f->output_data.x->flags_areas_extra
- = FRAME_FLAGS_AREA_WIDTH (f);
+ f->output_data.x->fringes_extra
+ = FRAME_FRINGE_WIDTH (f);
char_to_pixel_size (ew, columns, rows, &pixel_width, &pixel_height);