mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 10:21:10 +02:00
OSD Menu: Add progressbar color
Signed-off-by: Thilo Graf <dbt@novatux.de> - themes/Makefile.am unchanged, build was broken - whitespace errors fixed - unnecessary comments removed - bump lua api version, was missed
This commit is contained in:
@@ -162,6 +162,13 @@ struct SNeutrinoTheme
|
||||
unsigned char shadow_red;
|
||||
unsigned char shadow_green;
|
||||
unsigned char shadow_blue;
|
||||
|
||||
unsigned char progressbar_active_red;
|
||||
unsigned char progressbar_active_green;
|
||||
unsigned char progressbar_active_blue;
|
||||
unsigned char progressbar_passive_red;
|
||||
unsigned char progressbar_passive_green;
|
||||
unsigned char progressbar_passive_blue;
|
||||
};
|
||||
|
||||
struct timer_remotebox_item
|
||||
|
Reference in New Issue
Block a user