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 a few mac windowed mode settings #14942

Merged
merged 1 commit into from
Feb 3, 2023

Conversation

warmenhoven
Copy link
Contributor

  • Use "Remember window position and size" setting (fixes MacOS: Windowed move doesn't save position #14806)
  • Implement window opacity
  • Enable "Show window decorations" toggle
  • Hide "Disable composition" option (osx does not support disabling composition)

* Use "Remember window position and size" setting (fixes libretro#14806)
* Implement window opacity
* Enable "Show window decorations" toggle
* Hide "Disable composition" option (osx does not support disabling composition)
@LibretroAdmin LibretroAdmin merged commit ac2cceb into libretro:master Feb 3, 2023
warmenhoven added a commit to warmenhoven/RetroArch that referenced this pull request Feb 21, 2023
This reverts libretro#14963 and part of libretro#14942. Instead of forcing a size
change on mac the way we do on tvos, bring back the old way of making
two setContentSize calls.
LibretroAdmin pushed a commit that referenced this pull request Feb 21, 2023
This reverts #14963 and part of #14942. Instead of forcing a size
change on mac the way we do on tvos, bring back the old way of making
two setContentSize calls.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MacOS: Windowed move doesn't save position
2 participants