]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.h
more changes, read the Changelog
[lyx.git] / src / BufferView_pimpl.h
index e7db7acae9d5d0849946ffad9440e802a5d565ed..6ee7a9c4bfeab40e214bbd879820f8c4efe1abf4 100644 (file)
@@ -50,7 +50,7 @@ struct BufferView::Pimpl : public SigC::Object {
        ///
        void scrollCB(double value);
        ///
-       Inset * checkInsetHit(int & x, int & y, unsigned int button);
+       Inset * checkInsetHit(LyXText *, int & x, int & y, unsigned int button);
        /// 
        int scrollUp(long time);
        ///
@@ -122,10 +122,6 @@ struct BufferView::Pimpl : public SigC::Object {
        ///
        long current_scrollbar_value;
        ///
-       bool lyx_focus;
-       ///
-       bool work_area_focus;
-       ///
        FL_OBJECT * figinset_canvas;
        ///
        Timeout cursor_timeout;