summaryrefslogtreecommitdiff
path: root/vdr.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2014-01-25 10:54:51 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2014-01-25 10:54:51 +0100
commitfdbf796b6b9dbe83c6874002c1e01dbac09f7eae (patch)
tree71abc2eac5e3bfb6674233ed6f4ac574a8a7125c /vdr.c
parent5ac41bf09175b48cf09606c1cd16bf0615ced837 (diff)
downloadvdr-fdbf796b6b9dbe83c6874002c1e01dbac09f7eae.tar.gz
vdr-fdbf796b6b9dbe83c6874002c1e01dbac09f7eae.tar.bz2
The new function cStatus::ChannelChange() can be implemented by plugins to be informed about changes to the parameters of a channel that may require a retune
Diffstat (limited to 'vdr.c')
-rw-r--r--vdr.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/vdr.c b/vdr.c
index 657bec7a..c03d7776 100644
--- a/vdr.c
+++ b/vdr.c
@@ -22,7 +22,7 @@
*
* The project's page is at http://www.tvdr.de
*
- * $Id: vdr.c 3.8 2014/01/16 11:25:03 kls Exp $
+ * $Id: vdr.c 3.9 2014/01/25 10:47:39 kls Exp $
*/
#include <getopt.h>
@@ -60,6 +60,7 @@
#include "skinsttng.h"
#include "sourceparams.h"
#include "sources.h"
+#include "status.h"
#include "themes.h"
#include "timers.h"
#include "tools.h"
@@ -924,6 +925,7 @@ int main(int argc, char *argv[])
}
}
}
+ cStatus::MsgChannelChange(Channel);
}
}
Channels.Unlock();