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:
seife
2011-03-26 17:07:01 +00:00
parent 7ae2622e52
commit e7ce74ff30

View File

@@ -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);