1
Fork 0
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:
Gerd Moellmann 2001-10-30 17:04:08 +00:00
parent d4f7ad9868
commit e65184fc97

View file

@ -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