]> git.lyx.org Git - lyx.git/blobdiff - src/ColorCode.h
Initialize definition_ correctly
[lyx.git] / src / ColorCode.h
index b68d10829693ab56ecce3f3eae8ba3909baa20e9..4d391c008142913a41a4d5d1271d16f88a62639f 100644 (file)
@@ -13,8 +13,7 @@
 namespace lyx {
 
 /// Names of colors, including all logical colors
-enum ColorCode
-{
+enum ColorCode {
        /// No particular color---clear or default
        Color_none,
        /// The different text colors
@@ -92,6 +91,8 @@ enum ColorCode
 
        /// Color for the depth bars in the margin
        Color_depthbar,
+       /// Color that indicates when a row can be scrolled
+       Color_scroll,
        /// Color for marking foreign language words
        Color_language,
 
@@ -132,9 +133,6 @@ enum ColorCode
        /// Math line color
        Color_mathline,
 
-       /// Caption frame color
-       Color_captionframe,
-
        /// Collapsable insets text
        Color_collapsable,
        /// Collapsable insets frame
@@ -147,7 +145,7 @@ enum ColorCode
 
        /// Error box text color
        Color_error,
-       /// EOL marker color
+       /// End of line (EOL) marker color
        Color_eolmarker,
        /// Added space colour
        Color_added_space,