]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
fix nullstream also in pch files
[lyx.git] / src / BufferView.h
index 531b38f08bc67830f7d52b5695970440bbacab78..426e90a293d2d273f46d390b64374bc07020c540 100644 (file)
@@ -186,8 +186,11 @@ public:
        LCursor const & cursor() const;
        ///
        LyXText * text() const;
-       ///
+       /// sets cursor and open all relevant collapsable insets.
        void setCursor(DocIterator const &);
+       /// sets cursor; this is used when handling LFUN_MOUSE_PRESS.
+       void mouseSetCursor(LCursor & cur);
+
        /* Sets the selection. When \c backwards == false, set anchor
         * to \c cur and cursor to \c cur + \c length. When \c
         * backwards == true, set anchor to \c cur and cursor to \c