mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
SNeutrinoSettings: add missing enums for channellist additional modes
Origin commit data
------------------
Branch: ni/coolstream
Commit: 5778d9295a
Author: Thilo Graf <dbt@novatux.de>
Date: 2017-05-07 (Sun, 07 May 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -588,6 +588,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