From 82fb45a0884dedc205e9cb80766cbf213276e06f Mon Sep 17 00:00:00 2001 From: kamel5 Date: Thu, 8 Mar 2018 14:20:23 +0100 Subject: Cosmetic changes --- view.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'view.c') diff --git a/view.c b/view.c index 9d1b7e3..49b64f0 100644 --- a/view.c +++ b/view.c @@ -137,9 +137,9 @@ void cView::DrawHeader(void) { } else { #if VDRVERSNUM >= 20301 LOCK_TIMERS_READ; - ti=Timers->GetMatch(event, &timerMatch); + ti = Timers->GetMatch(event, &timerMatch); #else - ti=Timers.GetMatch(event, &timerMatch); + ti = Timers.GetMatch(event, &timerMatch); #endif } if (timerMatch == tmFull) { @@ -357,7 +357,7 @@ void cView::DrawActors(std::vector *actors) { int y = 2 * border + fontHeaderLarge->Height(); if (!Running()) return; - cImageLoader imgLoader; + cImageLoader imgLoader; int actor = 0; for (int row = 0; row < picLines; row++) { for (int col = 0; col < picsPerLine; col++) { @@ -475,7 +475,7 @@ bool cView::KeyUp(void) { if (!scrollable) return false; int aktHeight = pixmapContent->DrawPort().Point().Y(); - int lineHeight = font->Height(); +// int lineHeight = font->Height(); if (aktHeight >= 0) { return false; } @@ -1053,4 +1053,4 @@ void cMovieView::Action(void) { } DrawScrollbar(); osdManager.flush(); -} \ No newline at end of file +} -- cgit v1.2.3