-
Notifications
You must be signed in to change notification settings - Fork 614
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
Borderless Window Mode #39
Comments
This would probably be a good addition after Linux and Mac support is added. If the devs decide to go with SDL it may be easier to just wait for that point, and then write the code for borderless window mode rather than write it once, and then have to redo it for any changes (major or minor) with SDL/whatever render library they decide to use. |
@Razish had some code to do this in one of his mods. Shouldn't be too hard to add? |
It was platform-specific, but yes I could add it to the native win32 backend eventually. |
I'm sure this was done a few days ago, or am I going mad? |
r_noborder was added by Didz, yes. commit 400b6a0 |
Disable/Force cosmetics refactor
Add that.
The text was updated successfully, but these errors were encountered: