diff options
| author | Anton Oleynikov <len0x@rockbox.org> | 2005-11-19 20:45:32 +0000 |
|---|---|---|
| committer | Anton Oleynikov <len0x@rockbox.org> | 2005-11-19 20:45:32 +0000 |
| commit | 2c836341edfc7336a4792f8085d00bf9c8fd7b47 (patch) | |
| tree | 7d22d24dde92432680cdde163c5968a7be5ece94 /apps/status.h | |
| parent | 5745e4106ce0d8e04bec0962af9701793698cb8d (diff) | |
| download | rockbox-2c836341edfc7336a4792f8085d00bf9c8fd7b47.zip rockbox-2c836341edfc7336a4792f8085d00bf9c8fd7b47.tar.gz rockbox-2c836341edfc7336a4792f8085d00bf9c8fd7b47.tar.bz2 rockbox-2c836341edfc7336a4792f8085d00bf9c8fd7b47.tar.xz | |
new icons for radio status
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8002 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/status.h')
| -rw-r--r-- | apps/status.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/status.h b/apps/status.h index 29316f9..25d3166 100644 --- a/apps/status.h +++ b/apps/status.h @@ -42,7 +42,9 @@ enum playmode STATUS_FASTFORWARD, STATUS_FASTBACKWARD, STATUS_RECORD, - STATUS_RECORD_PAUSE + STATUS_RECORD_PAUSE, + STATUS_RADIO, + STATUS_RADIO_PAUSE }; void status_init(void); |