From 21fb8f569021d669c79f8cc530ec05e5661e4f67 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Sun, 8 Feb 2004 23:19:37 +0000 Subject: [PATCH] (struct frame): New member force_flush_display_p. --- src/frame.h | 4 ++++ 1 file changed, 4 insertions(+) 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. */ -- 2.39.2