Skip to content

Commit

Permalink
SDL_image.h: Clean this up to work with latest SDL3 wikiheaders.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 9, 2024
1 parent 9add12c commit 719fcd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/SDL3_image/SDL_image.h
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ extern DECLSPEC const SDL_Version * SDLCALL IMG_Linked_Version(void);
/**
* Initialization flags
*/
typedef enum
typedef enum IMG_InitFlags
{
IMG_INIT_JPG = 0x00000001,
IMG_INIT_PNG = 0x00000002,
Expand Down Expand Up @@ -2085,7 +2085,7 @@ extern DECLSPEC int SDLCALL IMG_SaveJPG_IO(SDL_Surface *surface, SDL_IOStream *d
* Animated image support
* Currently only animated GIFs are supported.
*/
typedef struct
typedef struct IMG_Animation
{
int w, h;
int count;
Expand Down

0 comments on commit 719fcd3

Please sign in to comment.