forked from haasn/libplacebo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Apparently GLFW has a habit of not working on Wayland, because they hard-code the platform at compile time. Might as well just provide all four variants, who really cares about a few extra binaries? The proper solution would be to make loading the windowing system dynamic at runtime, but that probably requires handling command line arguments and I can't really be bothered. Also suppress a warning in the sdl code by rewriting it slightly.
- Loading branch information
Showing
2 changed files
with
8 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters