mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 18:31:22 +02:00
Merge branch 'master' into pu/mp
This commit is contained in:
@@ -590,6 +590,13 @@ struct SNeutrinoSettings
|
||||
int window_height;
|
||||
int eventlist_additional;
|
||||
int eventlist_epgplus;
|
||||
|
||||
enum CHANNELLIST_ADDITIONAL_MODES
|
||||
{
|
||||
CHANNELLIST_ADDITIONAL_MODE_OFF = 0,
|
||||
CHANNELLIST_ADDITIONAL_MODE_EPG = 1,
|
||||
CHANNELLIST_ADDITIONAL_MODE_MINITV = 2
|
||||
};
|
||||
int channellist_additional;
|
||||
int channellist_epgtext_align_right;
|
||||
int channellist_foot;
|
||||
|
Reference in New Issue
Block a user