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.
This commit is contained in:
Ryan C. Gordon
2013-04-13 20:43:32 -04:00
parent 94f59c7e7c
commit 1e6e7727c6

View File

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