summaryrefslogtreecommitdiff
path: root/imagecache.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-12-23 09:12:19 +0100
committerlouis <louis.braun@gmx.de>2013-12-23 09:12:19 +0100
commitb8754b03ee58576511ea35ac627420c36a88d43b (patch)
treeb45b30f47306f17362e9a7c461e7228509b3f84f /imagecache.h
parent0a1e7935130518c41a9720e776a93e8520160ede (diff)
downloadvdr-plugin-tvguide-b8754b03ee58576511ea35ac627420c36a88d43b.tar.gz
vdr-plugin-tvguide-b8754b03ee58576511ea35ac627420c36a88d43b.tar.bz2
Added feature to jump to a specific channel with number keys
Diffstat (limited to 'imagecache.h')
-rw-r--r--imagecache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/imagecache.h b/imagecache.h
index 1fd86f2..efe41f3 100644
--- a/imagecache.h
+++ b/imagecache.h
@@ -29,6 +29,7 @@ enum eOsdElementType {
oeDateViewer,
oeClock,
oeEpgHeader,
+ oeChannelJump,
};
class cImageCache : public cImageMagickWrapper {