mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 14:43:20 +00:00
Update wiki.libsdl.org urls to libsdl-org/SDL/wiki (#4069)
This commit is contained in:
parent
5cbe62eac0
commit
82a96afa70
17 changed files with 214 additions and 214 deletions
|
|
@ -121,8 +121,8 @@ char* _invalidPixelFormatsVerbose[] =
|
|||
/**
|
||||
* @brief Call to SDL_AllocFormat and SDL_FreeFormat
|
||||
*
|
||||
* @sa http://wiki.libsdl.org/moin.fcg/SDL_AllocFormat
|
||||
* @sa http://wiki.libsdl.org/moin.fcg/SDL_FreeFormat
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_AllocFormat
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_FreeFormat
|
||||
*/
|
||||
int
|
||||
pixels_allocFreeFormat(void *arg)
|
||||
|
|
@ -228,7 +228,7 @@ pixels_allocFreeFormat(void *arg)
|
|||
/**
|
||||
* @brief Call to SDL_GetPixelFormatName
|
||||
*
|
||||
* @sa http://wiki.libsdl.org/moin.fcg/SDL_GetPixelFormatName
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_GetPixelFormatName
|
||||
*/
|
||||
int
|
||||
pixels_getPixelFormatName(void *arg)
|
||||
|
|
@ -312,8 +312,8 @@ pixels_getPixelFormatName(void *arg)
|
|||
/**
|
||||
* @brief Call to SDL_AllocPalette and SDL_FreePalette
|
||||
*
|
||||
* @sa http://wiki.libsdl.org/moin.fcg/SDL_AllocPalette
|
||||
* @sa http://wiki.libsdl.org/moin.fcg/SDL_FreePalette
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_AllocPalette
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_FreePalette
|
||||
*/
|
||||
int
|
||||
pixels_allocFreePalette(void *arg)
|
||||
|
|
@ -402,7 +402,7 @@ pixels_allocFreePalette(void *arg)
|
|||
/**
|
||||
* @brief Call to SDL_CalculateGammaRamp
|
||||
*
|
||||
* @sa http://wiki.libsdl.org/moin.fcg/SDL_CalculateGammaRamp
|
||||
* @sa https://github.com/libsdl-org/SDL/wiki/SDL_CalculateGammaRamp
|
||||
*/
|
||||
int
|
||||
pixels_calcGammaRamp(void *arg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue