changeset 65373:efc66a29d707

(struct frame): New member updated_p.
author Kim F. Storm <storm@cua.dk>
date Thu, 08 Sep 2005 22:30:08 +0000
parents 26a30c06dc45
children de5656167077
files src/frame.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/frame.h	Thu Sep 08 22:29:49 2005 +0000
+++ b/src/frame.h	Thu Sep 08 22:30:08 2005 +0000
@@ -468,6 +468,9 @@
   /* Set to non-zero if this frame has already been hscrolled during
      current redisplay.  */
   unsigned already_hscrolled_p : 1;
+
+  /* Set to non-zero when current redisplay has updated frame.  */
+  unsigned updated_p : 1;
 };
 
 #ifdef MULTI_KBOARD