aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/dispextern.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index c5ebb808b05..aa40f019fbe 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -1572,12 +1572,12 @@ struct face
1572 /* Pixmap width and height. */ 1572 /* Pixmap width and height. */
1573 unsigned int pixmap_w, pixmap_h; 1573 unsigned int pixmap_w, pixmap_h;
1574 1574
1575 /* Non-zero means characters in this face have a box that thickness 1575 /* Non-zero means characters in this face have a box of that
1576 around them. If it is negative, the absolute value indicates the 1576 thickness around them. If this value is negative, its absolute
1577 thickness, and the horizontal lines of box (top and bottom) are 1577 value indicates the thickness, and the horizontal (top and
1578 drawn inside of characters glyph area. The vertical lines of box 1578 bottom) borders of box are drawn inside of the character glyphs'
1579 (left and right) are drawn as the same way as the case that this 1579 area. The vertical (left and right) borders of the box are drawn
1580 value is positive. */ 1580 in the same way as when this value is positive. */
1581 int box_line_width; 1581 int box_line_width;
1582 1582
1583 /* Type of box drawn. A value of FACE_NO_BOX means no box is drawn 1583 /* Type of box drawn. A value of FACE_NO_BOX means no box is drawn