]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
don't copy if a reference is fine
[lyx.git] / src / BufferView.h
index 027d46cb900d352be5faf58b5f59e39ea46c3971..50518247c4c9f8ddf5349aae9e13fe08f894e5b9 100644 (file)
@@ -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();
        ///