summaryrefslogtreecommitdiff
path: root/interface.c
diff options
context:
space:
mode:
Diffstat (limited to 'interface.c')
-rw-r--r--interface.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/interface.c b/interface.c
index a6b7e8f3..82f955dc 100644
--- a/interface.c
+++ b/interface.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: interface.c 1.8 2000/05/06 15:24:18 kls Exp $
+ * $Id: interface.c 1.9 2000/05/07 09:28:39 kls Exp $
*/
#include "interface.h"
@@ -336,6 +336,13 @@ void cInterface::DisplayChannel(int Number, const char *Name)
}
}
+void cInterface::DisplayRecording(int Index, bool On)
+{
+#ifndef DEBUG_REMOTE
+ RcIo.SetPoints(1 << Index, On);
+#endif
+}
+
bool cInterface::Recording(void)
{
// This is located here because the Interface has to do with the "PrimaryDvbApi" anyway