Added feature to jump to a specific channel with number keys

This commit is contained in:
louis
2013-12-23 09:12:19 +01:00
parent 0a1e793513
commit b8754b03ee
25 changed files with 312 additions and 102 deletions

View File

@@ -16,6 +16,7 @@ enum eBackgroundType {
bgEpgHeader,
bgButton,
bgRecMenuBack,
bgChannelJump,
};
// --- cStyledPixmap -------------------------------------------------------------