]> git.lyx.org Git - lyx.git/blobdiff - src/LColor.h
Added new FINISED states FINISHED_RIGHT, FINISHED_UP, FINISHED_DOWN.
[lyx.git] / src / LColor.h
index 2c33077d7043059ba6a045913cb1831f5fd14c21..a0fbe0d42f7ea797cdda3fc3fca0b0dc080ab640 100644 (file)
@@ -18,7 +18,6 @@
 #include <map>
 
 #include "LString.h"
-#include <boost/utility.hpp>
 
 /**
   This is a stateless class. 
@@ -83,8 +82,6 @@ public:
                note,
                /// Background color of notes
                notebg,
-               /// Frame color for notes
-               noteframe,
 
 
                /// Color for the depth bars in the margin
@@ -106,6 +103,8 @@ public:
                math,
                /// Math inset background color
                mathbg,
+               /// Macro math inset background color
+               mathmacrobg,
                /// Math inset frame color
                mathframe,
                /// Math cursor color
@@ -113,16 +112,14 @@ public:
                /// Math line color
                mathline,
 
-               /// Footnote marker text
-               // FIXME: this is seemingly mis-used all over the place
-               footnote,
-               /// Footnote line color
-               footnoteframe,
+               /// caption frame color
+               captionframe,
+               /// collapsable insets text
+               collapsable,
+               /// collapsable insets frame
+               collapsableframe,
 
-               /// ERT marker text
-               // FIXME: is there any reason this is different from latex ?
-               ert,
-               
                /// Inset marker background color
                insetbg,
                /// Inset marker frame color