Fixed pixel format compatibility with SDL2

main
Sam Lantinga 2023-08-07 22:45:21 -07:00
parent 79a190aa23
commit a2d594269c
1 changed files with 2 additions and 0 deletions

View File

@ -91,6 +91,8 @@ typedef enum
{
SDL_ARRAYORDER_NONE,
SDL_ARRAYORDER_RGB,
SDL_ARRAYORDER_UNUSED1, /* Left for compatibility with SDL2 */
SDL_ARRAYORDER_UNUSED2, /* Left for compatibility with SDL2 */
SDL_ARRAYORDER_BGR
} SDL_ArrayOrder;