mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-24 05:22:04 -08:00
(struct frame) <resized_p>: New member.
This commit is contained in:
parent
d4f7ad9868
commit
e65184fc97
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue