From 543accdd060638be1fe93bdd804e6d6580942c95 Mon Sep 17 00:00:00 2001 From: Rolf Ahrenberg Date: Mon, 19 Mar 2012 18:09:16 +0200 Subject: [PATCH] Cleaned up compilation warnings again. --- HISTORY | 4 ++++ femon.c | 2 +- femoncfg.h | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index 5b92fbd..b2dcbc6 100644 --- a/HISTORY +++ b/HISTORY @@ -441,3 +441,7 @@ VDR Plugin 'femon' Revision History - Cleaned up compilation warnings. - Fixed channel switching. + +2012-xx-xx: Version 1.7.16 + +- Cleaned up compilation warnings again. diff --git a/femon.c b/femon.c index 03410ae..35d7841 100644 --- a/femon.c +++ b/femon.c @@ -22,7 +22,7 @@ #define GITVERSION "" #endif -static const char VERSION[] = "1.7.15" GITVERSION; +static const char VERSION[] = "1.7.16" GITVERSION; static const char DESCRIPTION[] = trNOOP("DVB Signal Information Monitor (OSD)"); static const char MAINMENUENTRY[] = trNOOP("Signal Information"); diff --git a/femoncfg.h b/femoncfg.h index a12a794..7330f60 100644 --- a/femoncfg.h +++ b/femoncfg.h @@ -64,7 +64,7 @@ enum eFemonThemes struct cFemonTheme { - unsigned int bpp; + int bpp; unsigned int clrBackground; unsigned int clrTitleBackground; unsigned int clrTitleText;