From: Gerd Moellmann Date: Wed, 31 Oct 2001 11:13:07 +0000 (+0000) Subject: (struct face) : New X-Git-Tag: emacs-21.2~395 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=01e74201d827d8b79b41115af6ddf0e40d1726ed;p=emacs.git (struct face) : New member. --- diff --git a/src/dispextern.h b/src/dispextern.h index 027560707da..51b10adfc0e 100644 --- a/src/dispextern.h +++ b/src/dispextern.h @@ -1317,6 +1317,11 @@ struct face 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;