mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
CVFD: export getMode() even in !LCD_UPDATE case
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@1343 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -145,6 +145,7 @@ class CVFD
|
||||
void Clear();
|
||||
void ShowIcon(vfd_icon icon, bool show);
|
||||
void ShowText(char * str);
|
||||
MODES getMode(void) { return mode; };
|
||||
#ifdef LCD_UPDATE
|
||||
private:
|
||||
CFileList* m_fileList;
|
||||
@@ -162,7 +163,6 @@ class CVFD
|
||||
int m_progressGlobal;
|
||||
int m_progressLocal;
|
||||
public:
|
||||
MODES getMode(void){return mode;};
|
||||
|
||||
void showFilelist(int flist_pos = -1,CFileList* flist = NULL,const char * const mainDir=NULL);
|
||||
void showInfoBox(const char * const title = NULL,const char * const text = NULL,int autoNewline = -1,int timer = -1);
|
||||
|
Reference in New Issue
Block a user