changeset 40511:35857e7683d8

(struct frame) <resized_p>: New member.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 30 Oct 2001 16:59:08 +0000
parents 1678415c0331
children d256f6fc9c05
files src/frame.h
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/frame.h	Tue Oct 30 16:58:41 2001 +0000
+++ b/src/frame.h	Tue Oct 30 16:59:08 2001 +0000
@@ -371,6 +371,10 @@
 
   /* 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