diff options
author | Michael Sevakis <jethead71@rockbox.org> | 2007-02-07 02:48:19 +0000 |
---|---|---|
committer | Michael Sevakis <jethead71@rockbox.org> | 2007-02-07 02:48:19 +0000 |
commit | ff3bb3aa18e71860d644a50632088ec282968de4 (patch) | |
tree | 8cd33aa24b5db5684cceeffd4c3cbca2dd7d54ea /apps/recorder/recording.h | |
parent | 70ebc8feb156613d586b3330d309ec72d1e30c2d (diff) |
Don't save the in-out state of the recording screen as a setting. Fixes the statusbar icons if settings were saved while recording screen was on. Humbly may I suggest a global_state structure to do all this state checking more efficiently\? Ignore me if that's being worked on by someone.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12221 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder/recording.h')
-rw-r--r-- | apps/recorder/recording.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/recorder/recording.h b/apps/recorder/recording.h index a67337b9b6..1b313ecab5 100644 --- a/apps/recorder/recording.h +++ b/apps/recorder/recording.h @@ -19,6 +19,7 @@ #ifndef RECORDING_H #define RECORDING_H +bool in_recording_screen(void); bool recording_screen(bool no_source); char *rec_create_filename(char *buf); int rec_create_directory(void); |