1
0
Fork 0
forked from len0rd/rockbox

SDL enhancements:

- remove infinite loop after exit()
- make sure picture_surface is initialized, and free it
- split gui_message_loop() in 3 functions and change prototype
- some code is only used in simulator

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27366 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Rafaël Carré 2010-07-10 02:46:08 +00:00
parent 2f271ac54a
commit 1edfe3fd47
3 changed files with 141 additions and 113 deletions

View file

@ -44,7 +44,7 @@ void sim_exit_irq_handler(void);
void sim_kernel_shutdown(void);
void sys_poweroff(void);
void sys_handle_argv(int argc, char *argv[]);
bool gui_message_loop(void);
void gui_message_loop(void);
void sim_do_exit(void);
extern bool background; /* True if the background image is enabled */