diff --git a/src/frame.h b/src/frame.h index 5a8e66066af..633199809e9 100644 --- a/src/frame.h +++ b/src/frame.h @@ -371,6 +371,10 @@ struct frame /* Additional space to put between text lines on this frame. */ int extra_line_spacing; + + /* Set to non-zero in change_frame_size when size of frame changed + Clear the frame in clear_garbaged_frames if set. */ + unsigned resized_p : 1; }; #ifdef MULTI_KBOARD