Newmenus: Add necessary API changes for newmenu timeouts

This commit is contained in:
Valentin Grünbacher
2014-05-21 19:17:04 +02:00
parent c8b7a09028
commit 3b87c428dc
3 changed files with 20 additions and 6 deletions

View File

@ -269,9 +269,10 @@ enum {
#define INVALID_PLUGIN_ID -1
#define MENU_EXIT -3
#define MENU_BACK -2
#define MENU_MORE -1
#define MENU_TIMEOUT -4
#define MENU_EXIT -3
#define MENU_BACK -2
#define MENU_MORE -1
#define ITEM_IGNORE 0
#define ITEM_ENABLED 1
#define ITEM_DISABLED 2