Skip to content

Commit 42c9fe1

Browse files
committed
Sync SDL3 wiki -> header
[ci skip]
1 parent f5d1402 commit 42c9fe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/SDL3/SDL_video.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1894,7 +1894,7 @@ extern SDL_DECLSPEC bool SDLCALL SDL_GetWindowSafeArea(SDL_Window *window, SDL_R
18941894
extern SDL_DECLSPEC bool SDLCALL SDL_SetWindowAspectRatio(SDL_Window *window, float min_aspect, float max_aspect);
18951895

18961896
/**
1897-
* Get the size of a window's client area.
1897+
* Get the aspect ratio of a window's client area.
18981898
*
18991899
* \param window the window to query the width and height from.
19001900
* \param min_aspect a pointer filled in with the minimum aspect ratio of the

0 commit comments

Comments
 (0)