Mercurial > emacs
changeset 53883:8454bbf234cb
(struct frame): New member force_flush_display_p.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Sun, 08 Feb 2004 23:19:37 +0000 |
parents | 94e08e9831b0 |
children | 1b20aa00ebc2 |
files | src/frame.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/frame.h Sun Feb 08 23:19:25 2004 +0000 +++ b/src/frame.h Sun Feb 08 23:19:37 2004 +0000 @@ -452,6 +452,10 @@ Clear the frame in clear_garbaged_frames if set. */ unsigned resized_p : 1; + /* Set to non-zero in when we want for force a flush_display in + update_frame, usually after resizing the frame. */ + unsigned force_flush_display_p : 1; + /* Set to non-zero if the default face for the frame has been realized. Reset to zero whenever the default face changes. Used to see the difference between a font change and face change. */