From 01e74201d827d8b79b41115af6ddf0e40d1726ed Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Wed, 31 Oct 2001 11:13:07 +0000 Subject: [PATCH] (struct face) : New member. --- src/dispextern.h | 5 +++++ 1 file changed, 5 insertions(+) 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; -- 2.39.2