Fixed bug 4813 - Give enums their own name

* SDL_PIXELTYPE_
* SDL_BITMAPORDER_
* SDL_PACKEDORDER_
* SDL_ARRAYORDER_
* SDL_PACKEDLAYOUT_
* SDLK_
* SDL_LOG_CATEGORY_
This commit is contained in:
Sylvain Becker 2019-10-10 17:40:00 +02:00
parent 97901b9f97
commit a0934a23fd
3 changed files with 14 additions and 14 deletions

View file

@ -61,7 +61,7 @@ extern "C" {
* at the VERBOSE level and all other categories are enabled at the
* CRITICAL level.
*/
enum
typedef enum
{
SDL_LOG_CATEGORY_APPLICATION,
SDL_LOG_CATEGORY_ERROR,
@ -94,7 +94,7 @@ enum
};
*/
SDL_LOG_CATEGORY_CUSTOM
};
} SDL_LogCategoryEnum;
/**
* \brief The predefined log priorities