vdr-plugin-femon/femoncfg.c

21 lines
382 B
C

/*
* 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;
redlimit = 33;
greenlimit = 66;
}