Mercurial > emacs
changeset 38904:db6c2951e6a7
(struct face_cache): Add member
menu_face_changed_p.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 22 Aug 2001 09:43:40 +0000 |
parents | 5653fe43d6fb |
children | 70ef1eb656a6 |
files | src/dispextern.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Wed Aug 22 08:54:43 2001 +0000 +++ b/src/dispextern.h Wed Aug 22 09:43:40 2001 +0000 @@ -1375,6 +1375,10 @@ /* The allocated size, and number of used slots of faces_by_id. */ int size, used; + + /* Flag indicating that attributes of the `menu' face have been + changed. */ + unsigned menu_face_changed_p : 1; };