]> git.lyx.org Git - features.git/blobdiff - src/insets/lyxinset.h
several changes and some new insets, read the Changelog
[features.git] / src / insets / lyxinset.h
index 6f13fa4f838baf6e952e9bb3f6c72933d38ddaf4..cd73abe283c3039ca338fb3a5a8ffbb1e650371b 100644 (file)
@@ -91,6 +91,10 @@ public:
                ///
                MARGIN_CODE,
                ///
+               FLOAT_CODE,
+               ///
+               MINIPAGE_CODE,
+               ///
                SPECIALCHAR_CODE,
                ///
                TABULAR_CODE,
@@ -291,7 +295,7 @@ public:
        virtual void Edit(BufferView *, int x, int y, unsigned int button);
        ///
        virtual void draw(BufferView *, LyXFont const &,
-                         int baseline, float & x) const;
+                         int baseline, float & x, bool cleared) const;
        ///
        virtual void SetFont(BufferView *, LyXFont const &,
                             bool toggleall = false);