vdr-plugin-femon/femoncfg.c

21 lines
382 B
C
Raw Normal View History

2004-02-15 03:20:00 +01:00
/*
* A Frontend Monitor plugin for the Video Disk Recorder
*
* See the README file for copyright information and how to reach the author.
*
* $Id$
*/
#include "femoncfg.h"
cFemonConfig femonConfig;
cFemonConfig::cFemonConfig(void)
{
hidemenu = 0;
position = 1;
interval = 10;
2004-02-15 03:20:00 +01:00
redlimit = 33;
greenlimit = 66;
}