aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispextern.h
diff options
context:
space:
mode:
authorEli Zaretskii2013-05-01 20:47:50 +0300
committerEli Zaretskii2013-05-01 20:47:50 +0300
commitb1cb82edff21abfefd68af18370dddfd8cc1fec0 (patch)
treefd8d8a1e1d99af024b52158a471457fc796238bc /src/dispextern.h
parent10f81f3ac90f98160f611787e20dcad96bb500e9 (diff)
parent2640d52e4e7873e41b0f0f1144177f84c345917e (diff)
downloademacs-b1cb82edff21abfefd68af18370dddfd8cc1fec0.tar.gz
emacs-b1cb82edff21abfefd68af18370dddfd8cc1fec0.zip
Merge from trunk.
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index 9dc3a57c284..5ce7b19f173 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -1591,13 +1591,13 @@ struct face
1591 shadow colors derived from the background color of the face. */ 1591 shadow colors derived from the background color of the face. */
1592 enum face_box_type box; 1592 enum face_box_type box;
1593 1593
1594 /* Style of underlining. */
1595 enum face_underline_type underline_type;
1596
1594 /* If `box' above specifies a 3D type, 1 means use box_color for 1597 /* If `box' above specifies a 3D type, 1 means use box_color for
1595 drawing shadows. */ 1598 drawing shadows. */
1596 unsigned use_box_color_for_shadows_p : 1; 1599 unsigned use_box_color_for_shadows_p : 1;
1597 1600
1598 /* Style of underlining. */
1599 enum face_underline_type underline_type;
1600
1601 /* Non-zero if text in this face should be underlined, overlined, 1601 /* Non-zero if text in this face should be underlined, overlined,
1602 strike-through or have a box drawn around it. */ 1602 strike-through or have a box drawn around it. */
1603 unsigned underline_p : 1; 1603 unsigned underline_p : 1;