|
device = (SDL_VideoDevice *) SDL_calloc(1, sizeof(SDL_VideoDevice));
|
|
device = (SDL_VideoDevice *) SDL_calloc(1, sizeof(SDL_VideoDevice));
|
|
data = (SDL_VideoData *) SDL_calloc(1, sizeof(SDL_VideoData));
|
|
data = (SDL_VideoData *) SDL_calloc(1, sizeof(SDL_VideoData));
|