Navigation Menu

Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Added a data2 field to the SDL_RWops::hidden::unknown.
Browse files Browse the repository at this point in the history
This shouldn't change the ABI, since this struct had space left in the union.
  • Loading branch information
icculus committed Apr 14, 2013
1 parent 8a68a80 commit 39420ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/SDL_rwops.h
Expand Up @@ -138,6 +138,7 @@ typedef struct SDL_RWops
struct
{
void *data1;
int data2;
} unknown;
} hidden;

Expand Down

0 comments on commit 39420ca

Please sign in to comment.