X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBufferView.h;h=50518247c4c9f8ddf5349aae9e13fe08f894e5b9;hb=34d28f9daae536db06d6cf1a9dcf62dc0f5aa432;hp=027d46cb900d352be5faf58b5f59e39ea46c3971;hpb=aae301e9cd06d517457a8dff3102162ef08220bb;p=lyx.git diff --git a/src/BufferView.h b/src/BufferView.h index 027d46cb90..50518247c4 100644 --- a/src/BufferView.h +++ b/src/BufferView.h @@ -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(); ///