From 263a734a0dd6e69e5b3c58d99f4d194d3d8805f9 Mon Sep 17 00:00:00 2001 From: kamel5 Date: Sun, 3 Nov 2019 13:42:40 +0100 Subject: Version 1.2.15 --- HISTORY | 4 ++++ timeline.c | 2 +- tvguide.c | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index 03614b8..e57f626 100644 --- a/HISTORY +++ b/HISTORY @@ -232,3 +232,7 @@ Version 1.2.14 - Diplay the current TimeBase throughout the whole timeline - Can switch off and optimize diplay time in epggrid "displayMode == Vertical" - Fixed a error while changing a Theme + +Version 1.2.15 + +- Workaround for HWAccelerated OSD diff --git a/timeline.c b/timeline.c index 5fe1c99..0fb3707 100644 --- a/timeline.c +++ b/timeline.c @@ -32,7 +32,7 @@ cTimeLine::cTimeLine(cTimeManager *timeManager) { 1440 * geoManager.minutePixel, geoManager.timeLineHeight)); } - clock = new cStyledPixmap(osdManager.requestPixmap(4, cRect(0, + clock = new cStyledPixmap(osdManager.requestPixmap(3, cRect(0, geoManager.statusHeaderHeight, geoManager.clockWidth, geoManager.clockHeight))); diff --git a/tvguide.c b/tvguide.c index d2a6587..719ea69 100644 --- a/tvguide.c +++ b/tvguide.c @@ -27,7 +27,7 @@ #error "VDR-2.0.0 API version or greater is required!" #endif -static const char *VERSION = "1.2.14"; +static const char *VERSION = "1.2.15"; static const char *DESCRIPTION = tr("A fancy 2d EPG Viewer"); static const char *MAINMENUENTRY = "Tvguide"; -- cgit v1.2.3