Code review comment for lp:~der-treba/stratagus/stratagus

Revision history for this message
treba (der-treba) wrote :

> Look better.
> Maybe GetCurrentResolution may return two int instead of a table to allow:
>
> videoWidth, videoHeight = GetCurrentResolution()
>
>
>
> It seems that atexit(SDL_Quit) may be called twice.

for the first part: good idea.

the second one: i didn't really get what atexit(SDL_Quit) actually does (and when). can you help me with that one?

« Back to merge proposal