Mercurial > emacs
changeset 40556:69558454a8f9
(struct face) <colors_copied_bitwise_p>: New
member.
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Wed, 31 Oct 2001 11:10:50 +0000 |
parents | dfc4450c2329 |
children | 31cdfb3f6686 |
files | src/dispextern.h |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Wed Oct 31 11:10:25 2001 +0000 +++ b/src/dispextern.h Wed Oct 31 11:10:50 2001 +0000 @@ -1313,6 +1313,11 @@ unsigned tty_reverse_p : 1; unsigned tty_blinking_p : 1; + /* 1 means that colors of this face may not be freed because they + have been copied bitwise from a base face (see + realize_x_face). */ + unsigned colors_copied_bitwise_p : 1; + /* Next and previous face in hash collision list of face cache. */ struct face *next, *prev;