From 8481d3023417529839067af4dca9c5484b69c309 Mon Sep 17 00:00:00 2001 From: ngld Date: Wed, 25 Sep 2013 17:33:52 +0200 Subject: Replace references to QUANTUM_SIZE with C_STRUCTS equivalents. --- src/struct_info.json | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'src/struct_info.json') 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 @@ -901,6 +901,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": [], @@ -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", -- cgit v1.2.3-18-g5258