diff options
Diffstat (limited to 'epgsearchtools.h')
-rw-r--r-- | epgsearchtools.h | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/epgsearchtools.h b/epgsearchtools.h index 29907de..5a271e0 100644 --- a/epgsearchtools.h +++ b/epgsearchtools.h @@ -76,7 +76,18 @@ using std::string; #define ISRADIO(x) ((x)->Vpid()==0||(x)->Vpid()==1||(x)->Vpid()==0x1fff) -// Icons used in WarEagle and VDRSymbols-Font +// Icons used in VDRSymbols-Font +#define ICON_REC 0x8B +#define ICON_RUNNING 0x92 +#define ICON_CLOCK 0x8C +#define ICON_CLOCK_HALF 0x94 +#define ICON_BAR_OPEN 0x87 +#define ICON_BAR_FULL 0x88 +#define ICON_BAR_EMPTY 0x89 +#define ICON_BAR_CLOSE 0x8A +#define ICON_VPS 0x93 + +/* previous WAREAGLE icons #define ICON_REC 0xF9 #define ICON_RUNNING 0xFB #define ICON_CLOCK 0xFD @@ -86,7 +97,7 @@ using std::string; #define ICON_BAR_EMPTY 0x83 #define ICON_BAR_CLOSE 0x84 #define ICON_VPS 0x56 - +*/ // UTF-8 Icons #define ICON_BAR_OPEN_UTF8 "\uE007" |