projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4f7ad9
)
(struct frame) <resized_p>: New member.
author
Gerd Moellmann
<gerd@gnu.org>
Tue, 30 Oct 2001 17:04:08 +0000
(17:04 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Tue, 30 Oct 2001 17:04:08 +0000
(17:04 +0000)
src/frame.h
patch
|
blob
|
history
diff --git
a/src/frame.h
b/src/frame.h
index 5a8e66066af3b70b12c7fa9886078fefd94f58f7..633199809e99a0a1d066d9997da82f9b6d2c6f73 100644
(file)
--- 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