# HG changeset patch # User Gerd Moellmann # Date 1004526650 0 # Node ID 69558454a8f9878d66c4572864f4687678629d2b # Parent dfc4450c232971225925812f33806a81194a0092 (struct face) : New member. diff -r dfc4450c2329 -r 69558454a8f9 src/dispextern.h --- 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;