mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-03-24 02:25:15 +00:00
Sync wiki -> header
This commit is contained in:
parent
19dee1cd16
commit
6c134cf148
|
@ -617,12 +617,13 @@ extern DECLSPEC int SDLCALL SDL_GetWindowDisplayMode(SDL_Window * window,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Get the raw ICC profile data for the screen the window is currently on.
|
* Get the raw ICC profile data for the screen the window is currently on.
|
||||||
|
*
|
||||||
* Data returned should be freed with SDL_free.
|
* Data returned should be freed with SDL_free.
|
||||||
*
|
*
|
||||||
* \param window the window to query
|
* \param window the window to query
|
||||||
* \param size the size of the ICC profile
|
* \param size the size of the ICC profile
|
||||||
* \returns the raw ICC profile data on success or NULL on failure;
|
* \returns the raw ICC profile data on success or NULL on failure; call
|
||||||
* call SDL_GetError() for more information.
|
* SDL_GetError() for more information.
|
||||||
*/
|
*/
|
||||||
extern DECLSPEC void* SDLCALL SDL_GetWindowICCProfile(SDL_Window * window, size_t* size);
|
extern DECLSPEC void* SDLCALL SDL_GetWindowICCProfile(SDL_Window * window, size_t* size);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue