mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 19:38:14 +00:00
Fixed pixel format compatibility with SDL2
This commit is contained in:
@@ -91,6 +91,8 @@ typedef enum
|
|||||||
{
|
{
|
||||||
SDL_ARRAYORDER_NONE,
|
SDL_ARRAYORDER_NONE,
|
||||||
SDL_ARRAYORDER_RGB,
|
SDL_ARRAYORDER_RGB,
|
||||||
|
SDL_ARRAYORDER_UNUSED1, /* Left for compatibility with SDL2 */
|
||||||
|
SDL_ARRAYORDER_UNUSED2, /* Left for compatibility with SDL2 */
|
||||||
SDL_ARRAYORDER_BGR
|
SDL_ARRAYORDER_BGR
|
||||||
} SDL_ArrayOrder;
|
} SDL_ArrayOrder;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user