]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.h
Fixes for/in insettabular/text.
[lyx.git] / src / BufferView_pimpl.h
index 7de82ef77a28ec79bf60678615ac05aa270f95bc..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();
        ///
@@ -63,6 +63,8 @@ struct BufferView::Pimpl : public Object {
        ///
        int scrollDown(long time);
        ///
+       void workAreaKeyPress(KeySym, unsigned int state);
+       ///
        void workAreaMotionNotify(int x, int y, unsigned int state);
        ///
        void workAreaButtonPress(int x, int y, unsigned int button);
@@ -79,9 +81,9 @@ struct BufferView::Pimpl : public Object {
        ///
        void cursorToggle();
        ///
-       void cursorPrevious();
+       void cursorPrevious(LyXText *);
        ///
-       void cursorNext();
+       void cursorNext(LyXText *);
        ///
        bool available() const;
        ///
@@ -135,7 +137,9 @@ struct BufferView::Pimpl : public Object {
         ///
         BackStack backstack;
        ///
-       int last_click_x, last_click_y;
+       int last_click_x;
+       ///
+       int last_click_y;
        ///
        WorkArea * workarea_;
        ///