]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct face): Add `overstrike' field.
authorMiles Bader <miles@gnu.org>
Sun, 17 Nov 2002 23:46:26 +0000 (23:46 +0000)
committerMiles Bader <miles@gnu.org>
Sun, 17 Nov 2002 23:46:26 +0000 (23:46 +0000)
src/dispextern.h

index f7d888f6d619c41fd499f9ec3a19fb0c1f52f883..ec5e16b2bcac1de4f556834174ab9bff7db57fa8 100644 (file)
@@ -1359,6 +1359,9 @@ struct face
      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;