summaryrefslogtreecommitdiff
path: root/status.h
diff options
context:
space:
mode:
authorAndreas Brugger <brougs78@gmx.net>2006-01-10 19:38:22 +0100
committerThomas Günther <tom@toms-cafe.de>2009-06-03 02:39:56 +0200
commitdaad17454a344d50150850fd9b9062b200982140 (patch)
tree6974de13052cbc11cae7255c8b0ae37b0a1666f5 /status.h
parenteb6eaf285edd82c212810f066313f93dc4a8a129 (diff)
parentba472a2d6dc935c03450e0932a22e66703ca3524 (diff)
downloadvdr-plugin-text2skin-daad17454a344d50150850fd9b9062b200982140.tar.gz
vdr-plugin-text2skin-daad17454a344d50150850fd9b9062b200982140.tar.bz2
2006-01-10: Version 1.1-cvs_ext-0.6 (vdr-text2skin-1.1-cvs_ext-0.6.diff)
- updated to cvs-version of text2skin - since vdr-1.3.38 it is possible to exactly identify the replayed recording, so the replay-tokens work now - switched the search-order for the fonts to priorise the skin-folder (this avoids error-messages in the log)
Diffstat (limited to 'status.h')
-rw-r--r--status.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/status.h b/status.h
index a39d680..2047595 100644
--- a/status.h
+++ b/status.h
@@ -67,8 +67,13 @@ private:
bool mTimerConflict;
protected:
+#if VDRVERSNUM >= 10338
+ virtual void Replaying(const cControl *Control, const char *Name, const char *FileName, bool On);
+ virtual void Recording(const cDevice *Device, const char *Name, const char *FileName, bool On);
+#else
virtual void Replaying(const cControl *Control, const char *Name);
virtual void Recording(const cDevice *Device, const char *Name);
+#endif
virtual void OsdClear(void);
virtual void OsdCurrentItem(const char *Text);