summaryrefslogtreecommitdiff
path: root/firmware/target/hosted/sdl/system-sdl.h
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-07-10 02:46:08 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-07-10 02:46:08 +0000
commit1edfe3fd473ebd336a8f9738d9199fd371245942 (patch)
tree0c0bd144ace4d31cf40a539dc93ac2cb9b3f4cbc /firmware/target/hosted/sdl/system-sdl.h
parent2f271ac54af1f481bd30b9d37240e52dc31c0c0e (diff)
downloadrockbox-1edfe3fd473ebd336a8f9738d9199fd371245942.tar.gz
rockbox-1edfe3fd473ebd336a8f9738d9199fd371245942.zip
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
Diffstat (limited to 'firmware/target/hosted/sdl/system-sdl.h')
-rw-r--r--firmware/target/hosted/sdl/system-sdl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/target/hosted/sdl/system-sdl.h b/firmware/target/hosted/sdl/system-sdl.h
index dcb21f36bb..01952e50a0 100644
--- a/firmware/target/hosted/sdl/system-sdl.h
+++ b/firmware/target/hosted/sdl/system-sdl.h
@@ -44,7 +44,7 @@ void sim_exit_irq_handler(void);
44void sim_kernel_shutdown(void); 44void sim_kernel_shutdown(void);
45void sys_poweroff(void); 45void sys_poweroff(void);
46void sys_handle_argv(int argc, char *argv[]); 46void sys_handle_argv(int argc, char *argv[]);
47bool gui_message_loop(void); 47void gui_message_loop(void);
48void sim_do_exit(void); 48void sim_do_exit(void);
49 49
50extern bool background; /* True if the background image is enabled */ 50extern bool background; /* True if the background image is enabled */