diff options
author | ngld <ngld@tproxy.de> | 2013-09-25 17:33:52 +0200 |
---|---|---|
committer | ngld <ngld@tproxy.de> | 2013-09-25 17:33:52 +0200 |
commit | 8481d3023417529839067af4dca9c5484b69c309 (patch) | |
tree | 78dfc5ee4cd1eab77b9da5710ff6754a2489c087 /src/struct_info.json | |
parent | e9705b2fcb179fd16b60ab35c31bff87a5704743 (diff) |
Replace references to QUANTUM_SIZE with C_STRUCTS equivalents.
Diffstat (limited to 'src/struct_info.json')
-rw-r--r-- | src/struct_info.json | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/src/struct_info.json b/src/struct_info.json index 28d24279..5b4726e8 100644 --- a/src/struct_info.json +++ b/src/struct_info.json @@ -902,6 +902,26 @@ } }, { + "file": "SDL/SDL_surface.h", + "defines": [], + "structs": { + "SDL_Surface": [ + "flags", + "format", + "w", + "h", + "pitch", + "pixels", + "userdata", + "locked", + "lock_data", + "clip_rect", + "map", + "refcount" + ] + } + }, + { "file": "SDL/SDL_events.h", "defines": [], "structs": { @@ -949,7 +969,7 @@ } }, { - "file": "SDL_audio.h", + "file": "SDL/SDL_audio.h", "defines": [ "SDL_AUDIO_MASK_BITSIZE", "SDL_AUDIO_MASK_DATATYPE", @@ -1007,7 +1027,7 @@ } }, { - "file": "SDL_version.h", + "file": "SDL/SDL_version.h", "defines": [ "SDL_MAJOR_VERSION", "SDL_MINOR_VERSION", |