]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.h
More fixes to insettabular/text (and some missing features added).
[lyx.git] / src / BufferView_pimpl.h
index 46e9e3df182b8b70692e039ecc7b5e4a91d8ba25..7eaef53b6d3cffeb37ef0492aaed15112641377c 100644 (file)
@@ -36,7 +36,7 @@ struct BufferView::Pimpl : public Object {
        ///
        void redraw();
        /// Return true if the cursor was fitted.
-       bool fitCursor();
+       bool fitCursor(LyXText *);
        ///
        void redoCurrentBuffer();
        ///
@@ -81,9 +81,9 @@ struct BufferView::Pimpl : public Object {
        ///
        void cursorToggle();
        ///
-       void cursorPrevious();
+       void cursorPrevious(LyXText *);
        ///
-       void cursorNext();
+       void cursorNext(LyXText *);
        ///
        bool available() const;
        ///