Add a missing reference to the main menu. This fixes building with

--enable-permissive-menu-goto (#3599609).
This commit is contained in:
mmdolze
2013-01-17 21:27:27 +00:00
parent 370926811a
commit cf96068bef
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ Key:
v0.5dev (ongoing development)
* Fix using the left key to change the ring and checkbox menu items
* sed1520: Add an option for inverted segment mapping (idea by R. Buchert)
* Fix build if compiled with --enable-permissive-menu-goto (#3599609)
v0.5.6
- Remove deprecated CFontz633 driver. Use CFontzPacket with Model=633 instead!
+2
View File
@@ -33,6 +33,8 @@
#define MAX_NUMERIC_LEN 40
extern Menu *main_menu; /* Access to the main menu */
char *error_strs[] = {"", "Out of range", "Too long", "Too short", "Invalid Address"};
char *menuitemtypenames[] = {"menu", "action", "checkbox", "ring", "slider", "numeric", "alpha", "ip"};
char *menueventtypenames[] = {"select", "update", "plus", "minus", "enter", "leave"};