mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-21 08:22:59 +02:00
lcdproc: Update to 0.5.6.
This commit is contained in:
11
src/patches/lcdproc-0.5.6-menuitem.patch
Normal file
11
src/patches/lcdproc-0.5.6-menuitem.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- server/menuitem.c 2012/04/25 19:53:15 1.37
|
||||
+++ server/menuitem.c 2013/01/17 21:27:27 1.38
|
||||
@@ -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