This repository has been archived by the owner. It is now read-only.
Permalink
File 1 of 1 in
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Vittorio Giovara fixed bug 1528: move hint registration from SDLUikit…
…AppDelegate When subclassing SDLUikitAppDelegate you usually override the -postFinishLaunch method so that you can (for example) call a different function than SDL_main. As it is now, however, overriding -postFinishLaunch will bar out the SDL_SetHint for the idle timer. Attached a simple patch the moves the hint callback to the -application:didiFinishLaunchingWithOptions:
- Loading branch information
File 1 of 1 in
a6469c4
Previous
Next
Previous
Next