Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use a faster scroll speed under X11 #6373

Merged
merged 1 commit into from Jun 22, 2015

Commits on Jun 22, 2015

  1. Use a faster scroll speed under X11

    Platforms may report scroll deltas either in
    chunks/lines/rows or pixels, depending on the
    platform API and device capabilities.
    
    If the platform reports a line/chunk-based delta
    then the application needs to convert the delta
    into a suitable number of pixels.
    
    This commit just hardcodes it to 57 as
    a starting point which matches the value that
    Firefox calculates as the max char height
    for the root frame on my system.
    
    Fixes #5660
    Robert Knight
    Robert Knight committed Jun 22, 2015
You can’t perform that action at this time.