]> git.lyx.org Git - features.git/blobdiff - src/insets/lyxinset.h
Lot's of updates for new update handling of text-insets
[features.git] / src / insets / lyxinset.h
index 20117dae392f6a3d5a57b8189086c5e6a3076b48..6f13fa4f838baf6e952e9bb3f6c72933d38ddaf4 100644 (file)
@@ -116,7 +116,7 @@ public:
        virtual int width(Painter &, LyXFont const &) const = 0;
        ///
        virtual void draw(BufferView *, LyXFont const &,
-                         int baseline, float & x) const = 0;
+                         int baseline, float & x, bool cleared) const = 0;
        /// update the inset representation
        virtual void update(BufferView *, LyXFont const &, bool =false)
                {}