summaryrefslogtreecommitdiff
path: root/lcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'lcd.h')
-rw-r--r--lcd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lcd.h b/lcd.h
index fe7aa07..947c64c 100644
--- a/lcd.h
+++ b/lcd.h
@@ -22,6 +22,7 @@ class cLcd : public cThread {
enum ThreadStates {Menu=0, Title=1, Replay=2, Misc=3, Vol=4};
ThreadStates LastState[LCDMAXSTATEBUF];
int LastStateP,LineMode;
+ bool ToggleMode;
struct StateData {
char lcdbuffer[LCDMAXSTATES][4][LCDMAXWID+1];
char lcdfullbuffer[LCDMAXSTATES][LCDMAXFULLSTRING];
@@ -73,6 +74,7 @@ class cLcd : public cThread {
void Write(int line, const char *string);
void GetTimeDateStat( char *string, unsigned int OutStateData[] );
void Action(void);
+ int closing ;
};
#endif //__LCD_H