summaryrefslogtreecommitdiff
path: root/view.c
diff options
context:
space:
mode:
authorkamel5 <kamel5 (at) gmx (dot) net>2018-03-08 14:20:23 +0100
committerkamel5 <vdr.kamel5 (at) gmx (dot) net>2019-01-27 11:31:16 +0100
commit82fb45a0884dedc205e9cb80766cbf213276e06f (patch)
tree9bdb643f5fb00f300be808a37cee7fbf8293e746 /view.c
parente476e0e8c07b3715ae123b4251dbab8800939d10 (diff)
downloadvdr-plugin-tvguide-82fb45a0884dedc205e9cb80766cbf213276e06f.tar.gz
vdr-plugin-tvguide-82fb45a0884dedc205e9cb80766cbf213276e06f.tar.bz2
Cosmetic changes
Diffstat (limited to 'view.c')
-rw-r--r--view.c10
1 files changed, 5 insertions, 5 deletions
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<cActor> *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
+}