]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/Color.h
The EnumLColor patch, free of macros.
[features.git] / src / frontends / xforms / Color.h
index 86a8de28813ae3dee25b420fc52efb8e521ab274..6216e5cefd127f18d69eae46b04a351745e55211 100644 (file)
 
 
 #include "support/std_string.h"
-#include "LColor.h"
+
+
+class EnumLColor;
+
 
 /** Given col, fills r, g, b in the range 0-255.
     The function returns true if successful.
     It returns false on failure and sets r, g, b to 0. */
-bool getRGBColor(LColor::color col,
+bool getRGBColor(EnumLColor col,
                 unsigned int & r, unsigned int & g, unsigned int & b);
 
 struct RGBColor;