From: Kim F. Storm Date: Sun, 8 Feb 2004 23:19:37 +0000 (+0000) Subject: (struct frame): New member force_flush_display_p. X-Git-Tag: ttn-vms-21-2-B4~7683 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=21fb8f569021d669c79f8cc530ec05e5661e4f67;p=emacs.git (struct frame): New member force_flush_display_p. --- diff --git a/src/frame.h b/src/frame.h index 30d3f4348e9..8bdaff99754 100644 --- a/src/frame.h +++ b/src/frame.h @@ -452,6 +452,10 @@ struct frame 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. */