]> git.lyx.org Git - lyx.git/blobdiff - src/Painter.h
I reactivate the code to resize the InsetText on a resize event of the main
[lyx.git] / src / Painter.h
index 8d39c2ba02c72e75d74464b0fe9ac95fc41cb6bd..f020d5331365eb49359b7bc6b0a51f320711dbed 100644 (file)
@@ -76,7 +76,8 @@ public:
                                    LColor::color);
        
        /// For the graphics inset.
-       PainterBase & image(int x, int y, int w, int h, LyXImage const * image);
+       PainterBase & image(int x, int y, int w, int h,
+                           grfx::GImage const & image);
        
        /// For the figinset
        PainterBase & pixmap(int x, int y, int w, int h, Pixmap bitmap);