]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView.h
Darren's patch, reworked
[lyx.git] / src / BufferView.h
index 1bec27f90aef8bd670ed0d1040e4534a265f4e25..afe153561e2c5bd3bff1619ab253189b29ec0a22 100644 (file)
@@ -165,8 +165,8 @@ public:
        void toggleToggle();
        ///
        void center();
-       ///
-       int scroll(long time);
+       /// scroll document by the given number of lines of default height
+       void scroll(int lines);
 
        /// Scroll the view by a number of pixels
        void scrollDocView(int);