- webtv-setup: implement webradio-setup into webtv-setup code

Conflicts:
	src/gui/webtv_setup.cpp

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2018-09-25 23:53:35 +02:00
committed by Thilo Graf
parent 1473bca983
commit e3a5dbf6f4
10 changed files with 101 additions and 24 deletions

View File

@@ -1,7 +1,8 @@
/*
WebTV setup menue
WebTV/WebRadio Setup
Copyright (C) 2012-2013 martii
Copyright (C) 2018 by vanhofen
License: GPL
@@ -30,6 +31,7 @@
class CWebTVSetup : public CMenuTarget, CChangeObserver
{
private:
bool webradio;
int width;
int selected;
int item_offset;