Parcourir la source

Sync SDL3 wiki -> header

[ci skip]
SDL Wiki Bot il y a 5 mois
Parent
commit
fb2145f731
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      include/SDL3/SDL_video.h

+ 2 - 2
include/SDL3/SDL_video.h

@@ -665,8 +665,8 @@ extern SDL_DECLSPEC SDL_DisplayMode ** SDLCALL SDL_GetFullscreenDisplayModes(SDL
  *                     for the desktop refresh rate.
  * \param include_high_density_modes boolean to include high density modes in
  *                                   the search.
- * \param closest a pointer filled in with the closest display mode equal to or
- *             larger than the desired mode.
+ * \param closest a pointer filled in with the closest display mode equal to
+ *                or larger than the desired mode.
  * \returns true on success or false on failure; call SDL_GetError() for more
  *          information.
  *