mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
neutrino: make big EPG window run-time configurable
This was configurable with "-DUSE_SPACE_EFFICIENTLY" but can easily be integrated into the OSD menu. TODO: better locale texts could probably be found. git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@967 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -1255,6 +1255,7 @@ typedef enum {
|
||||
LOCALE_ZAPIT_SCANTYPE_TV,
|
||||
LOCALE_ZAPIT_SCANTYPE_TVRADIO,
|
||||
LOCALE_ZAPTOTIMER_ANNOUNCE,
|
||||
LOCALE_EXTRA_BIGWINDOWS,
|
||||
LOCALE_DBOXINFO,
|
||||
LOCALE_EXTRA_SCANMODE,
|
||||
LOCALE_EXTRA_STARTSTANDBY,
|
||||
|
@@ -1255,6 +1255,7 @@ const char *locale_real_names[] = {
|
||||
"zapit.scantype.tv",
|
||||
"zapit.scantype.tvradio",
|
||||
"zaptotimer.announce",
|
||||
"extra.bigwindows",
|
||||
"extra.dboxinfo",
|
||||
"extra.scan_mode",
|
||||
"extra.start_tostandby",
|
||||
|
@@ -314,6 +314,7 @@ struct SNeutrinoSettings
|
||||
int pip_x;
|
||||
int pip_y;
|
||||
int bigFonts;
|
||||
int big_windows;
|
||||
int channellist_epgtext_align_right;
|
||||
int channellist_extended;
|
||||
|
||||
|
Reference in New Issue
Block a user