# HG changeset patch # User Miles Bader # Date 1037576786 0 # Node ID d4986198a59ae34f3c72187cf859fdc276b115f6 # Parent 0ff830977ef4c4efd890b47272a6979945cf3a51 (struct face): Add `overstrike' field. diff -r 0ff830977ef4 -r d4986198a59a src/dispextern.h --- a/src/dispextern.h Sun Nov 17 22:49:07 2002 +0000 +++ b/src/dispextern.h Sun Nov 17 23:46:26 2002 +0000 @@ -1359,6 +1359,9 @@ realize_x_face). */ unsigned colors_copied_bitwise_p : 1; + /* If non-zero, use overstrike (to simulate bold-face). */ + unsigned overstrike : 1; + /* Next and previous face in hash collision list of face cache. */ struct face *next, *prev;