Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions SDL2/SDL_SetWindowSize.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ Fullscreen windows automatically match the size of the display mode, and
you should use [SDL_SetWindowDisplayMode](SDL_SetWindowDisplayMode)() to
change their size.

## Thread Safety

This function should only be called on the main thread.

## Version

This function is available since SDL 2.0.0.
Expand Down