mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
wayland: Change the non-native fullscreen mode scaling default to 'aspect'
This commit is contained in:
parent
543a05bf08
commit
80a5905075
2 changed files with 5 additions and 6 deletions
|
|
@ -4037,9 +4037,8 @@ extern "C" {
|
|||
* The variable can be set to the following values:
|
||||
*
|
||||
* - "aspect" - Video modes will be displayed scaled, in their proper aspect
|
||||
* ratio, with black bars.
|
||||
* ratio, with black bars. (default)
|
||||
* - "stretch" - Video modes will be scaled to fill the entire display.
|
||||
* (default)
|
||||
* - "none" - Video modes will be displayed as 1:1 with no scaling.
|
||||
*
|
||||
* This hint should be set before creating a window.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue