]> git.lyx.org Git - lyx.git/blobdiff - src/BufferView_pimpl.h
Remove the XOpenIM test as lyxlookup.C has been buried.
[lyx.git] / src / BufferView_pimpl.h
index 369df9fc5f3ce381428f8abf2a10f16c3ea30afe..9a77eba226e0e2ab2c203f0bf4d2e319f8e1dddc 100644 (file)
@@ -60,8 +60,10 @@ struct BufferView::Pimpl : public boost::signals::trackable {
        void updateScrollbar();
        ///
        void scrollDocView(int value);
-       /// wheel mouse scroll
-       int scroll(long time);
+       /**
+        * Wheel mouse scroll, move by multiples of text->defaultHeight().
+        */
+       void scroll(int lines);
        ///
        void workAreaKeyPress(LyXKeySymPtr key, key_modifier::state state);
        ///