]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
saner borderline between buffer and exporter
[lyx.git] / src / BufferView.h
index b92e908368a9e542ca16cf5c44d07b13e10a7d35..5ed29beecd81f89895027382cbcc087195a88cfa 100644 (file)
@@ -190,7 +190,7 @@ public:
        bool checkDepm(Cursor & cur, Cursor & old);
        /// sets cursor.
        /// This is used when handling LFUN_MOUSE_PRESS.
-       bool mouseSetCursor(Cursor & cur);
+       bool mouseSetCursor(Cursor & cur, bool select = false);
 
        /// sets the selection.
        /* When \c backwards == false, set anchor
@@ -290,8 +290,8 @@ private:
 
        void updateOffsetRef();
 
-       struct BufferViewPrivate;
-       BufferViewPrivate & d;
+       struct Private;
+       Private * const d;
 };
 
 /// some space for drawing the 'nested' markers (in pixel)