aboutsummaryrefslogtreecommitdiffstats
path: root/src/widget.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget.c')
-rw-r--r--src/widget.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widget.c b/src/widget.c
index f66ec0b80ec..ec0b506046b 100644
--- a/src/widget.c
+++ b/src/widget.c
@@ -806,7 +806,7 @@ void
806widget_store_internal_border (Widget widget) 806widget_store_internal_border (Widget widget)
807{ 807{
808 EmacsFrame ew = (EmacsFrame) widget; 808 EmacsFrame ew = (EmacsFrame) widget;
809 FRAME_PTR f = ew->emacs_frame.frame; 809 struct frame *f = ew->emacs_frame.frame;
810 810
811 ew->emacs_frame.internal_border_width = f->internal_border_width; 811 ew->emacs_frame.internal_border_width = f->internal_border_width;
812} 812}