mirror of
https://github.com/rofafor/vdr-plugin-femon.git
synced 2023-10-10 13:36:53 +02:00
Cleaned up compilation warnings again.
This commit is contained in:
parent
66eca7f8b5
commit
543accdd06
4
HISTORY
4
HISTORY
@ -441,3 +441,7 @@ VDR Plugin 'femon' Revision History
|
|||||||
|
|
||||||
- Cleaned up compilation warnings.
|
- Cleaned up compilation warnings.
|
||||||
- Fixed channel switching.
|
- Fixed channel switching.
|
||||||
|
|
||||||
|
2012-xx-xx: Version 1.7.16
|
||||||
|
|
||||||
|
- Cleaned up compilation warnings again.
|
||||||
|
2
femon.c
2
femon.c
@ -22,7 +22,7 @@
|
|||||||
#define GITVERSION ""
|
#define GITVERSION ""
|
||||||
#endif
|
#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 DESCRIPTION[] = trNOOP("DVB Signal Information Monitor (OSD)");
|
||||||
static const char MAINMENUENTRY[] = trNOOP("Signal Information");
|
static const char MAINMENUENTRY[] = trNOOP("Signal Information");
|
||||||
|
|
||||||
|
@ -64,7 +64,7 @@ enum eFemonThemes
|
|||||||
|
|
||||||
struct cFemonTheme
|
struct cFemonTheme
|
||||||
{
|
{
|
||||||
unsigned int bpp;
|
int bpp;
|
||||||
unsigned int clrBackground;
|
unsigned int clrBackground;
|
||||||
unsigned int clrTitleBackground;
|
unsigned int clrTitleBackground;
|
||||||
unsigned int clrTitleText;
|
unsigned int clrTitleText;
|
||||||
|
Loading…
Reference in New Issue
Block a user