mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
Add functionality for webtv
Taken from bitbucket.org/neutrino-images/ni-neutrino-hd Required build fixes: Clean cherry-pick was impossible and build was broken, because of missing parts of historie inside source repository. That forces to add many other missing code parts.
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#include <string.h>
|
||||
#include <gui/widget/menue.h>
|
||||
|
||||
class CWebTVSetup : public CMenuTarget
|
||||
class CWebTVSetup : public CMenuTarget, CChangeObserver
|
||||
{
|
||||
private:
|
||||
int width;
|
||||
@@ -39,6 +39,9 @@ class CWebTVSetup : public CMenuTarget
|
||||
CWebTVSetup();
|
||||
int exec(CMenuTarget* parent, const std::string & actionKey);
|
||||
int Show();
|
||||
bool changeNotify(const neutrino_locale_t OptionName, void *data);
|
||||
void webtv_xml_auto();
|
||||
bool webtv_xml_autodir(std::string directory);
|
||||
};
|
||||
|
||||
class CWebTVResolution : public CMenuTarget
|
||||
|
Reference in New Issue
Block a user