1
0
Fork 0
forked from len0rd/rockbox

MENU_DISK_CHANGED is the new value for telling disk content might have

changed


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1949 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Stenberg 2002-08-23 12:41:25 +00:00
parent b285076925
commit aa458aa9d8
3 changed files with 3 additions and 3 deletions

View file

@ -24,7 +24,7 @@
typedef enum {
MENU_OK,
MENU_REFRESH_DIR, /* any file/directory contents need to be re-read */
MENU_DISK_CHANGED, /* any file/directory contents need to be re-read */
MENU_LAST /* don't use as return code, only for number of return codes
available */
} Menu;