changeset 48382:d4986198a59a

(struct face): Add `overstrike' field.
author Miles Bader <miles@gnu.org>
date Sun, 17 Nov 2002 23:46:26 +0000
parents 0ff830977ef4
children c44793510100
files src/dispextern.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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;