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

Fixes for GLFW on Wayland #35

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Sep 29, 2020

  1. glfw: request non-transparent window buffer specifically

    Otherwise, e.g. re3 gets the same issue as https://stackoverflow.com/q/35245809
    e.g. on Wayland where transparency is the default
    valpackett committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    7c61a54 View commit details
    Browse the repository at this point in the history
  2. Use glfwGetFramebufferSize instead of glfwGetWindowSize

    glfwGetFramebufferSize is scaled by the display scale.
    This fixes the game being shrunk to the bottom left quarter of the window on Wayland HiDPI setups.
    valpackett committed Sep 29, 2020
    Configuration menu
    Copy the full SHA
    57227e9 View commit details
    Browse the repository at this point in the history