]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct frame): New member force_flush_display_p.
authorKim F. Storm <storm@cua.dk>
Sun, 8 Feb 2004 23:19:37 +0000 (23:19 +0000)
committerKim F. Storm <storm@cua.dk>
Sun, 8 Feb 2004 23:19:37 +0000 (23:19 +0000)
src/frame.h

index 30d3f4348e997b13bc44d77d41b2b6c7898f62fd..8bdaff99754c6fe06b22e4e72113f3f9291e252b 100644 (file)
@@ -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.  */