[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/dispextern.h
From: |
Kenichi Handa |
Subject: |
[Emacs-diffs] Changes to emacs/src/dispextern.h |
Date: |
Fri, 10 Jan 2003 02:16:14 -0500 |
Index: emacs/src/dispextern.h
diff -c emacs/src/dispextern.h:1.140 emacs/src/dispextern.h:1.141
*** emacs/src/dispextern.h:1.140 Fri Oct 25 02:49:15 2002
--- emacs/src/dispextern.h Sun Nov 17 18:46:26 2002
***************
*** 1359,1364 ****
--- 1359,1367 ----
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;
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/dispextern.h,
Kenichi Handa <=