reduce globales, show epginfo in timeshift

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1070 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
satbaby
2011-01-26 19:29:53 +00:00
parent 27cd2c802f
commit 2f07e68048
3 changed files with 26 additions and 15 deletions

View File

@@ -92,6 +92,8 @@ class CMoviePlayerGui : public CMenuTarget
std::string Path_local;
std::string Path_vlc;
std::string Path_vlc_settings;
std::string g_file_epg;
std::string g_file_epg1;
CFileBrowser * filebrowser;
CMovieBrowser* moviebrowser;
@@ -125,6 +127,8 @@ class CMoviePlayerGui : public CMenuTarget
int exec(CMenuTarget* parent, const std::string & actionKey);
void updateLcd(const std::string & sel_filename);
bool Playing();
int timeshift;
int file_prozent;
};