X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBufferView.h;h=afe153561e2c5bd3bff1619ab253189b29ec0a22;hb=ebef7baa265f097b3372ed6239495255c6b64e49;hp=1bec27f90aef8bd670ed0d1040e4534a265f4e25;hpb=65e2f0f63d25d66d76d9d162330e9374ed3781b2;p=lyx.git diff --git a/src/BufferView.h b/src/BufferView.h index 1bec27f90a..afe153561e 100644 --- a/src/BufferView.h +++ b/src/BufferView.h @@ -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);