]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.h
more changes, read the Changelog
[lyx.git] / src / BufferView_pimpl.h
index 5f855c2e613edef8bc192f41719d97fe9b05ab3c..6ee7a9c4bfeab40e214bbd879820f8c4efe1abf4 100644 (file)
@@ -16,7 +16,7 @@ class LyXView;
 class WorkArea;
 class LyXScreen;
 
-struct BufferView::Pimpl {
+struct BufferView::Pimpl : public SigC::Object {
        Pimpl(BufferView * i, LyXView * o,
              int xpos, int ypos, int width, int height);
        ///
@@ -50,7 +50,7 @@ struct BufferView::Pimpl {
        ///
        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 {
        ///
        long current_scrollbar_value;
        ///
-       bool lyx_focus;
-       ///
-       bool work_area_focus;
-       ///
        FL_OBJECT * figinset_canvas;
        ///
        Timeout cursor_timeout;