diff options
author | louis <louis.braun@gmx.de> | 2013-12-21 11:25:03 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-12-21 11:25:03 +0100 |
commit | 4c61104675de5f1fac7e7fa95fb5743e18defc02 (patch) | |
tree | 7a3ee90e3b28246e8d4595954d4559445fb7ebe7 /detailview.h | |
parent | 8aa2c81d3165a0517115337362f1203ea4bdd899 (diff) | |
download | vdr-plugin-tvguide-4c61104675de5f1fac7e7fa95fb5743e18defc02.tar.gz vdr-plugin-tvguide-4c61104675de5f1fac7e7fa95fb5743e18defc02.tar.bz2 |
Version 1.2.0pre
Diffstat (limited to 'detailview.h')
-rw-r--r-- | detailview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/detailview.h b/detailview.h index 9aba9c1..0693cca 100644 --- a/detailview.h +++ b/detailview.h @@ -13,6 +13,7 @@ class cEpgGrid; class cDetailView : public cThread { private: + cPixmap *back; cStyledPixmap *header; cPixmap *headerLogo; cPixmap *headerBack; @@ -26,7 +27,6 @@ private: cTextWrapper reruns; TVScraperGetFullInformation mediaInfo; bool hasAdditionalMedia; - int borderWidth; int border; int headerHeight; int width; |