1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-04 02:51:31 -08:00

(struct frame): New member updated_p.

This commit is contained in:
Kim F. Storm 2005-09-08 22:30:08 +00:00
parent 2bb212bd1f
commit 06a9bc2a2e

View file

@ -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