summaryrefslogtreecommitdiff
path: root/lcd.h
diff options
context:
space:
mode:
Diffstat (limited to 'lcd.h')
-rw-r--r--lcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lcd.h b/lcd.h
index 95efecd..bc3a44b 100644
--- a/lcd.h
+++ b/lcd.h
@@ -19,7 +19,7 @@ class cLcd : public cThread {
cDevice *primaryDvbApi;
enum ThreadStates {Menu=0, Title=1, Replay=2, Misc=3, Vol=4};
ThreadStates LastState[LCDMAXSTATEBUF];
- int LastStateP;
+ int LastStateP,LineMode;
struct StateData {
char lcdbuffer[LCDMAXSTATES][4][LCDMAXWID+1];
bool lcddirty[LCDMAXSTATES][4], muted, showvolume;