diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-07-27 11:51:42 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-07-27 11:51:42 +0200 |
commit | d008680ad78832701d59d54733d302c0287bc879 (patch) | |
tree | ccc96e0337f835041be1e8f79d7b82eca48da9ac /osd.h | |
parent | 81919a6647b6c02e8ea368ae0c88db367341c769 (diff) | |
download | vdr-d008680ad78832701d59d54733d302c0287bc879.tar.gz vdr-d008680ad78832701d59d54733d302c0287bc879.tar.bz2 |
Made the width and height of the OSD configurable
Diffstat (limited to 'osd.h')
-rw-r--r-- | osd.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: osd.h 1.21 2001/06/02 09:04:19 kls Exp $ + * $Id: osd.h 1.22 2001/07/27 11:33:30 kls Exp $ */ #ifndef __OSD_H @@ -14,7 +14,7 @@ #include "interface.h" #include "tools.h" -#define MAXOSDITEMS (MenuLines - 4) +#define MAXOSDITEMS (Setup.OSDheight - 4) enum eOSState { osUnknown, osMenu, |