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

Fix version detection by calling GetVersion before GetWindowWMInfo #972

Merged
merged 6 commits into from
Feb 20, 2020
Merged

Fix version detection by calling GetVersion before GetWindowWMInfo #972

merged 6 commits into from
Feb 20, 2020

Commits on Feb 10, 2020

  1. Fix version detection by calling GetVersion before GetWindowWMInfo

    One certain systems not doing this will cause a "Couldn't get SDL window info: Application not compiled with SDL 2.0" error.
    lewisclement committed Feb 10, 2020
    Configuration menu
    Copy the full SHA
    2ae2174 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

  1. Configuration menu
    Copy the full SHA
    dff8ebc View commit details
    Browse the repository at this point in the history
  2. Add clarifying comment

    lewisclement committed Feb 11, 2020
    Configuration menu
    Copy the full SHA
    e8e80af View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. Configuration menu
    Copy the full SHA
    68a7ae9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c53bcc7 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2020

  1. Configuration menu
    Copy the full SHA
    ae4e5e9 View commit details
    Browse the repository at this point in the history