]> git.lyx.org Git - features.git/blobdiff - src/frontends/xforms/lyx_gui.C
The EnumLColor patch, free of macros.
[features.git] / src / frontends / xforms / lyx_gui.C
index d702fbfd1b69a1ccb5bde1cc5d8cbf87018c99b1..45c0f91707fc997c048ce5ae505b45da6c2d2c94 100644 (file)
@@ -330,7 +330,7 @@ FuncStatus getStatus(FuncRequest const & /*ev*/)
        return FuncStatus();
 }
 
-string const hexname(LColor::color col)
+string const hexname(EnumLColor col)
 {
        unsigned int r, g, b;
        bool const success = getRGBColor(col, r, g, b);
@@ -351,7 +351,7 @@ string const hexname(LColor::color col)
 }
 
 
-void update_color(LColor::color col)
+void update_color(EnumLColor col)
 {
        lyxColorHandler->updateColor(col);
 }