Added a data2 field to the SDL_RWops::hidden::unknown.
This shouldn't change the ABI, since this struct had space left in the union. --HG-- extra : rebase_source : 773ba0aa2ed9242d2259ed63384d23b98c33376a
This commit is contained in:
parent
619405f9a3
commit
c865461ef8
1 changed files with 1 additions and 0 deletions
|
@ -138,6 +138,7 @@ typedef struct SDL_RWops
|
||||||
struct
|
struct
|
||||||
{
|
{
|
||||||
void *data1;
|
void *data1;
|
||||||
|
int data2;
|
||||||
} unknown;
|
} unknown;
|
||||||
} hidden;
|
} hidden;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue