| Summary: | SDL_SetMainReady should not be in a public header | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Vittorio Giovara <vitto.giova> |
| Component: | main | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | HG 2.0 | ||
| Hardware: | x86 | ||
| OS: | Windows 7 | ||
| Attachments: | move sdl_setmainready in a more subclass-friendly method | ||
|
Description
Vittorio Giovara
2013-06-20 03:58:08 UTC
Created attachment 1203 [details]
move sdl_setmainready in a more subclass-friendly method
here is a patch for the second point
I'm not going to move SDL_SetMainReady(), since I want people to be aware of how main works on various platforms, and it needs to be in public headers to be in the exported symbol table on some platforms. Your patch for your second point looks good, and it's applied. http://hg.libsdl.org/SDL/rev/65592096da2d Thanks! |