Add a missing reference to the main menu. This fixes building with
--enable-permissive-menu-goto (#3599609).
This commit is contained in:
@@ -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!
|
||||
|
||||
@@ -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"};
|
||||
|
||||
Reference in New Issue
Block a user