]> git.lyx.org Git - lyx.git/blobdiff - src/Painter.h
whichFont down to 5.3%
[lyx.git] / src / Painter.h
index ba001988a45c41a2dcc74d00612b472225383276..8d39c2ba02c72e75d74464b0fe9ac95fc41cb6bd 100644 (file)
@@ -15,7 +15,6 @@
 #pragma interface
 #endif
 
-#include <config.h>
 #include "LString.h"
 
 // This is only included to provide stuff for the non-public sections
@@ -74,7 +73,7 @@ public:
        
        /// Fill a rectangle
        PainterBase & fillRectangle(int x, int y, int w, int h,
-                                   LColor::color = LColor::background);
+                                   LColor::color);
        
        /// For the graphics inset.
        PainterBase & image(int x, int y, int w, int h, LyXImage const * image);