Searched defs:sdl_info (Results 1 – 1 of 1) sorted by relevance
13 static struct sdl_info { struct14 SDL_Surface *screen;15 int width;16 int height;17 int depth;18 int pitch;19 uint frequency;20 uint audio_pos;21 uint audio_size;22 uint8_t *audio_data;[all …]