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:
Ryan C. Gordon 2013-04-13 20:43:32 -04:00
parent 619405f9a3
commit c865461ef8

View file

@ -138,6 +138,7 @@ typedef struct SDL_RWops
struct
{
void *data1;
int data2;
} unknown;
} hidden;