Skip to content

Commit 2606b08

Browse files
committed
Sync SDL3 wiki -> header
[ci skip]
1 parent 380b6a4 commit 2606b08

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
@@ -545,7 +545,8 @@ extern SDL_DECLSPEC int SDLCALL SDL_GetNumVideoDrivers(void);
545545
* to be proper names.
546546
*
547547
* \param index the index of a video driver.
548-
* \returns the name of the video driver with the given **index**.
548+
* \returns the name of the video driver with the given **index**, or NULL if
549+
* index is out of bounds.
549550
*
550551
* \threadsafety This function should only be called on the main thread.
551552
*

0 commit comments

Comments
 (0)