Skip to content

Commit 4b2a87a

Browse files
committed
Sync SDL3 wiki -> header
[ci skip]
1 parent 970c0bf commit 4b2a87a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/SDL3/SDL_video.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1106,7 +1106,8 @@ extern SDL_DECLSPEC SDL_Window ** SDLCALL SDL_GetWindows(int *count);
11061106
* - `SDL_WINDOW_TRANSPARENT`: window with transparent buffer
11071107
* - `SDL_WINDOW_NOT_FOCUSABLE`: window should not be focusable
11081108
*
1109-
* The SDL_Window is implicitly shown if SDL_WINDOW_HIDDEN is not set.
1109+
* The SDL_Window will be shown if SDL_WINDOW_HIDDEN is not set. If hidden at
1110+
* creation time, SDL_ShowWindow() can be used to show it later.
11101111
*
11111112
* On Apple's macOS, you **must** set the NSHighResolutionCapable Info.plist
11121113
* property to YES, otherwise you will not receive a High-DPI OpenGL canvas.

0 commit comments

Comments
 (0)