Explorar o código

Sync SDL3 wiki -> header

SDL Wiki Bot %!s(int64=2) %!d(string=hai) anos
pai
achega
a3e0cd5208
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      include/SDL3/SDL_video.h

+ 2 - 1
include/SDL3/SDL_video.h

@@ -477,7 +477,8 @@ extern DECLSPEC const SDL_DisplayMode **SDLCALL SDL_GetFullscreenDisplayModes(SD
  * \param h the height in pixels of the desired display mode
  * \param refresh_rate the refresh rate of the desired display mode, or 0.0f
  *                     for the desktop refresh rate
- * \param include_high_density_modes Boolean to include high density modes in the search
+ * \param include_high_density_modes Boolean to include high density modes in
+ *                                   the search
  * \returns a pointer to the closest display mode equal to or larger than the
  *          desired mode, or NULL on error; call SDL_GetError() for more
  *          information.