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:
parent
2bb212bd1f
commit
06a9bc2a2e
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue