]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
don't copy if a reference is fine
[lyx.git] / src / BufferView.h
index 5610aa32c5d066d6b7b39aa15863048e3f60e799..50518247c4c9f8ddf5349aae9e13fe08f894e5b9 100644 (file)
@@ -65,7 +65,7 @@ public:
        ///
        void redraw();
        ///
-       void fitCursor(LyXText *);
+       void fitCursor();
        ///
        void update();
        //
@@ -73,8 +73,7 @@ public:
        ///
        void updateScrollbar();
        ///
-       Inset * checkInsetHit(LyXText *, int & x, int & y,
-                             unsigned int button);
+       Inset * checkInsetHit(LyXText *, int & x, int & y);
        /// 
        void redoCurrentBuffer();
        ///
@@ -136,7 +135,7 @@ public:
        ///
        void paste();
        ///
-       void cut();
+       void cut(bool realcut = true);
        ///
        void copy();
        ///