mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +02:00
Merge branch 'check/next-cc'
Only compile-tested.
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
#include <hardware_caps.h>
|
||||
|
||||
#include <string>
|
||||
#include <list>
|
||||
|
||||
#ifdef BOXMODEL_APOLLO
|
||||
#define VIDEOMENU_VIDEOMODE_OPTION_COUNT 14
|
||||
@@ -152,6 +153,10 @@ struct SNeutrinoSettings
|
||||
std::string epg_dir;
|
||||
int epg_scan;
|
||||
|
||||
int epg_search_history_size;
|
||||
int epg_search_history_max;
|
||||
std::list<std::string> epg_search_history;
|
||||
|
||||
//network
|
||||
std::string network_ntpserver;
|
||||
std::string network_ntprefresh;
|
||||
@@ -538,6 +543,8 @@ struct SNeutrinoSettings
|
||||
FONT_TYPE_COUNT
|
||||
};
|
||||
|
||||
int infoClockFontSize;
|
||||
|
||||
// lcdd
|
||||
enum LCD_SETTINGS {
|
||||
LCD_BRIGHTNESS = 0,
|
||||
|
Reference in New Issue
Block a user