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

Process pending resize events before sizing viewport on startup #2450

Closed
wants to merge 1 commit into from

Commits on Mar 19, 2020

  1. Process pending resize events before sizing viewport on startup

    Addresses kovidgoyal#2447.
    
    This commit processes pending resize events after the bulk of
    `glfwCreateWindow`, so that `glfwGetFramebufferSize` returns the
    correct size for viewport sizing.
    
    This fixes flickering visible when starting kitty in a tiling window
    manager like sway.
    Xyene committed Mar 19, 2020
    Configuration menu
    Copy the full SHA
    d53effb View commit details
    Browse the repository at this point in the history