aboutsummaryrefslogtreecommitdiffstats
path: root/src/frame.h
diff options
context:
space:
mode:
authorKim F. Storm <[email protected]>2005-09-08 22:30:08 +0000
committerKim F. Storm <[email protected]>2005-09-08 22:30:08 +0000
commit06a9bc2a2eabca892df6a175fcb99fe981c5b585 (patch)
tree2973268bf878b76f06ac63afa9004724e249c7a0 /src/frame.h
parent2bb212bd1fcad3599d0a2634beb2668e9a7c0d4a (diff)
(struct frame): New member updated_p.
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/frame.h b/src/frame.h
index b6da35ed23..292074b0eb 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -468,6 +468,9 @@ struct frame
/* 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