]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct face) <colors_copied_bitwise_p>: New
authorGerd Moellmann <gerd@gnu.org>
Wed, 31 Oct 2001 11:13:07 +0000 (11:13 +0000)
committerGerd Moellmann <gerd@gnu.org>
Wed, 31 Oct 2001 11:13:07 +0000 (11:13 +0000)
member.

src/dispextern.h

index 027560707da0f4af23355e674c4b5b653663eccb..51b10adfc0ec10b1ac5ea744825891d576cea3c7 100644 (file)
@@ -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;