]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.h
Enable convertDefault.sh to run even if its executable bit is not set.
[lyx.git] / src / BufferView_pimpl.h
index c4ce343a7211fd6720040e09722a242a7ba7faf9..2032a09ec374afe611052a9dd483ef4906743473 100644 (file)
@@ -101,12 +101,18 @@ struct BufferView::Pimpl : public boost::signals::trackable {
        ///
        bool insertInset(InsetOld * inset, string const & lout = string());
        ///
-       void updateInset();
+       void updateInset(InsetOld const * inset);
        /// a function should be executed from the workarea
        bool workAreaDispatch(FuncRequest const & ev);
        /// a function should be executed
        bool dispatch(FuncRequest const & ev);
+       ///
+       int top_y() const;
+       ///
+       void top_y(int y);
 private:
+       /// the y coordinate of the top of the screen
+       int top_y_;
        /// An error list (replaces the error insets)
        ErrorList errorlist_;
        /// add an error to the list