mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-06 18:06:26 +00:00
video: Note unused SDL_surface creation parameters for removal in SDL 3
Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:

committed by
Sam Lantinga

parent
535fdc3adc
commit
507ce36d80
@@ -69,6 +69,7 @@ SDL_CalculatePitch(Uint32 format, size_t width, SDL_bool minimal)
|
|||||||
return pitch;
|
return pitch;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* TODO: In SDL 3, drop the unused flags and depth parameters */
|
||||||
/*
|
/*
|
||||||
* Create an empty RGB surface of the appropriate depth using the given
|
* Create an empty RGB surface of the appropriate depth using the given
|
||||||
* enum SDL_PIXELFORMAT_* format
|
* enum SDL_PIXELFORMAT_* format
|
||||||
@@ -176,6 +177,7 @@ SDL_CreateRGBSurfaceWithFormat(Uint32 flags, int width, int height, int depth,
|
|||||||
return surface;
|
return surface;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* TODO: In SDL 3, drop the unused flags parameter */
|
||||||
/*
|
/*
|
||||||
* Create an empty RGB surface of the appropriate depth
|
* Create an empty RGB surface of the appropriate depth
|
||||||
*/
|
*/
|
||||||
@@ -245,6 +247,7 @@ SDL_CreateRGBSurfaceFrom(void *pixels,
|
|||||||
return surface;
|
return surface;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* TODO: In SDL 3, drop the unused depth parameter */
|
||||||
/*
|
/*
|
||||||
* Create an RGB surface from an existing memory buffer using the given given
|
* Create an RGB surface from an existing memory buffer using the given given
|
||||||
* enum SDL_PIXELFORMAT_* format
|
* enum SDL_PIXELFORMAT_* format
|
||||||
|
Reference in New Issue
Block a user