]> git.lyx.org Git - lyx.git/blobdiff - src/ColorCode.h
PDF-form.lyx: add a note
[lyx.git] / src / ColorCode.h
index 9e94827f270ef47540ee8c597520768013bce249..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,
 
@@ -144,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,