From d008680ad78832701d59d54733d302c0287bc879 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Fri, 27 Jul 2001 11:51:42 +0200 Subject: Made the width and height of the OSD configurable --- osd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'osd.h') diff --git a/osd.h b/osd.h index 8c86f2b7..a1977be4 100644 --- a/osd.h +++ b/osd.h @@ -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, -- cgit v1.2.3