]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
more changes, read the Changelog
[lyx.git] / src / BufferView.h
index ed2e57805cf9dfdd6a8acb2d1bb38803c8ac70db..b5783957aa64ad6e5858f0bff1ff68bb3663f3f2 100644 (file)
@@ -66,6 +66,8 @@ public:
        ///
        void updateScrollbar();
        ///
+       Inset * checkInsetHit(LyXText *, int & x, int & y, unsigned int button);
+       /// 
        void redoCurrentBuffer();
        ///
        int resizeCurrentBuffer();
@@ -237,6 +239,7 @@ public:
        void stuffClipboard(string const &) const;
 private:
        struct Pimpl;
+       friend struct BufferView::Pimpl;
        Pimpl * pimpl_;
 };