Преглед на файлове

Sync SDL3 wiki -> header

SDL Wiki Bot преди 1 година
родител
ревизия
59ab5c0824
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      include/SDL3/SDL_pixels.h

+ 2 - 1
include/SDL3/SDL_pixels.h

@@ -765,7 +765,8 @@ extern DECLSPEC SDL_bool SDLCALL SDL_GetMasksForPixelFormatEnum(SDL_PixelFormatE
  * \param Gmask the green mask for the format
  * \param Bmask the blue mask for the format
  * \param Amask the alpha mask for the format
- * \returns the SDL_PixelFormatEnum value corresponding to the format masks, or SDL_PIXELFORMAT_UNKNOWN if there isn't a match.
+ * \returns the SDL_PixelFormatEnum value corresponding to the format masks,
+ *          or SDL_PIXELFORMAT_UNKNOWN if there isn't a match.
  *
  * \since This function is available since SDL 3.0.0.
  *