]> git.lyx.org Git - lyx.git/blobdiff - src/Painter.h
Small fixes
[lyx.git] / src / Painter.h
index 7225500072c8fdd6470077e9284dd13ee54f362d..6470a8b445165cb726ef65a9ba7a42682970b1ba 100644 (file)
@@ -22,7 +22,6 @@
 #include <X11/Xlib.h>
 
 #include "PainterBase.h"
-#include "LColor.h"
 
 class LyXFont;
 class WorkArea;
@@ -77,7 +76,10 @@ public:
        PainterBase & fillRectangle(int x, int y, int w, int h,
                                    LColor::color = LColor::background);
        
-       /// For the figure inset
+       /// For the graphics inset.
+       PainterBase & image(int x, int y, int w, int h, LyXImage const * image);
+       
+       /// For the figinset
        PainterBase & pixmap(int x, int y, int w, int h, Pixmap bitmap);
        
        /// Draw a string at position x, y (y is the baseline)