]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Inset.h
* src/paragraph_funcs.cpp (breakParagraph): change parameter 'flag' to
[lyx.git] / src / insets / Inset.h
index b8b068acfa288d27f5e10ca946edb8724ae52f6d..2090a7e369ae0600a21f1c6d79a28c4d20f5a5e6 100644 (file)
@@ -147,6 +147,8 @@ public:
        int yo(BufferView const & bv) const;
        /// set x/y drawing position cache if available
        virtual void setPosCache(PainterInfo const &, int, int) const;
+       ///
+       void setDimCache(MetricsInfo const &, Dimension const &) const;
        /// do we cover screen position x/y?
        virtual bool covers(BufferView const & bv, int x, int y) const;
        /// get the screen positions of the cursor (see note in Cursor.cpp)