diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index f7d888f6d61..ec5e16b2bca 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -1359,6 +1359,9 @@ struct face | |||
| 1359 | realize_x_face). */ | 1359 | realize_x_face). */ |
| 1360 | unsigned colors_copied_bitwise_p : 1; | 1360 | unsigned colors_copied_bitwise_p : 1; |
| 1361 | 1361 | ||
| 1362 | /* If non-zero, use overstrike (to simulate bold-face). */ | ||
| 1363 | unsigned overstrike : 1; | ||
| 1364 | |||
| 1362 | /* Next and previous face in hash collision list of face cache. */ | 1365 | /* Next and previous face in hash collision list of face cache. */ |
| 1363 | struct face *next, *prev; | 1366 | struct face *next, *prev; |
| 1364 | 1367 | ||