diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2007-04-09 13:39:37 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2007-04-09 13:39:37 +0000 |
| commit | 178c565beb521230ec5434f59e36c2592f32a281 (patch) | |
| tree | fcc205085b783b2458a95429019ae42ae1754c97 /apps/misc.h | |
| parent | dcb4aa242b5180214b899004c3860364c4466a1e (diff) | |
| download | rockbox-178c565beb521230ec5434f59e36c2592f32a281.zip rockbox-178c565beb521230ec5434f59e36c2592f32a281.tar.gz rockbox-178c565beb521230ec5434f59e36c2592f32a281.tar.bz2 rockbox-178c565beb521230ec5434f59e36c2592f32a281.tar.xz | |
Stop/shutdown logic rework in browsers and menus. Recorder V1: Double-Off shutdown is now possible from menus and sub-browsers as well. Player, other targets which are always powered during charging: Attempted shutdown from menu with charger plugged now displays the charging splash.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13079 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/misc.h')
| -rw-r--r-- | apps/misc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/misc.h b/apps/misc.h index b30942f..959674f 100644 --- a/apps/misc.h +++ b/apps/misc.h @@ -88,6 +88,7 @@ void screen_dump_set_hook(void (*hook)(int fh)); bool settings_parseline(char* line, char** name, char** value); long default_event_handler_ex(long event, void (*callback)(void *), void *parameter); long default_event_handler(long event); +bool list_stop_handler(void); void car_adapter_mode_init(void); extern int show_logo(void); |