diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/dispextern.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 5dde56f6118..87946cde963 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -1241,7 +1241,11 @@ struct face | |||
| 1241 | unsigned int pixmap_w, pixmap_h; | 1241 | unsigned int pixmap_w, pixmap_h; |
| 1242 | 1242 | ||
| 1243 | /* Non-zero means characters in this face have a box that thickness | 1243 | /* Non-zero means characters in this face have a box that thickness |
| 1244 | around them. */ | 1244 | around them. If it is negative, the absolute value indicates the |
| 1245 | thickness, and the horizontal lines of box (top and bottom) are | ||
| 1246 | drawn inside of characters glyph area. The vartical lines of box | ||
| 1247 | (left and right) are drawn as the same way as the case that this | ||
| 1248 | value is positive. */ | ||
| 1245 | int box_line_width; | 1249 | int box_line_width; |
| 1246 | 1250 | ||
| 1247 | /* Type of box drawn. A value of FACE_NO_BOX means no box is drawn | 1251 | /* Type of box drawn. A value of FACE_NO_BOX means no box is drawn |