# HG changeset patch # User Kenichi Handa # Date 981722106 0 # Node ID 6be98ede1ec8ee3709202075b7d29be1675030d2 # Parent a9d75e8a6cb94cf9610f31a12bedddcd31e09c61 (struct face): Add comment for how to handle a negative value in box_line_width. diff -r a9d75e8a6cb9 -r 6be98ede1ec8 src/dispextern.h --- a/src/dispextern.h Fri Feb 09 12:34:17 2001 +0000 +++ b/src/dispextern.h Fri Feb 09 12:35:06 2001 +0000 @@ -1241,7 +1241,11 @@ unsigned int pixmap_w, pixmap_h; /* Non-zero means characters in this face have a box that thickness - around them. */ + around them. If it is negative, the absolute value indicates the + thickness, and the horizontal lines of box (top and bottom) are + drawn inside of characters glyph area. The vartical lines of box + (left and right) are drawn as the same way as the case that this + value is positive. */ int box_line_width; /* Type of box drawn. A value of FACE_NO_BOX means no box is drawn