diff options
author | Joachim Wilke <vdr@joachim-wilke.de> | 2008-03-08 00:00:00 +0100 |
---|---|---|
committer | Joachim Wilke <vdr@joachim-wilke.de> | 2008-03-08 00:00:00 +0100 |
commit | b2f99dd7bbb5cd76db0243b59e14852b37db8a38 (patch) | |
tree | e960e33be372f3adbf6e2f663093d122d6fd4361 /setup.h | |
parent | 267f42f0507a5bbf915deab1bef69dc7e470e9da (diff) | |
download | vdr-plugin-lcdproc-b2f99dd7bbb5cd76db0243b59e14852b37db8a38.tar.gz vdr-plugin-lcdproc-b2f99dd7bbb5cd76db0243b59e14852b37db8a38.tar.bz2 |
Version 0.0.10-jw3v0.0.10-jw3release/v0.0.10-jw3
Diffstat (limited to 'setup.h')
-rw-r--r-- | setup.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ public: int OutputNumber; int OutputFunction[LCDMAXOUTPUTS]; int RecordingStatus; + int ShowTime; public: cLcdSetup(void); }; |