]> 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 df03767e9ce231e33c8680efe922342e50e3446e..2032a09ec374afe611052a9dd483ef4906743473 100644 (file)
@@ -106,7 +106,13 @@ struct BufferView::Pimpl : public boost::signals::trackable {
        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