summaryrefslogtreecommitdiff
path: root/display.h
diff options
context:
space:
mode:
authorZoolooc <lucianm@users.sourceforge.net>2011-03-23 23:13:59 +0100
committerZoolooc <lucianm@users.sourceforge.net>2011-03-23 23:13:59 +0100
commitd053cc2fe385bed89a96a54d5e5a02f35f2122e3 (patch)
treee1b99bddfb0192038e2eddff89df37e4b0ee360c /display.h
parent1ec049629132a2e898854e2c8a604aaa66b1feaf (diff)
downloadvdr-plugin-graphlcd-d053cc2fe385bed89a96a54d5e5a02f35f2122e3.tar.gz
vdr-plugin-graphlcd-d053cc2fe385bed89a96a54d5e5a02f35f2122e3.tar.bz2
UTF8 fixes and support for the WAREAGLEICONS
vdr patch. Contributed by Lucian Muresan
Diffstat (limited to 'display.h')
-rw-r--r--display.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/display.h b/display.h
index 5b413ee..ac8cc81 100644
--- a/display.h
+++ b/display.h
@@ -147,6 +147,12 @@ private:
char szETSymbols[32];
+#ifdef USE_WAREAGLEICON
+ bool bIsUTF8;
+ char * textWithIcons;
+ const char * ConvertWarEagleIconsUtf8(const char *s);
+#endif
+
void DisplayChannel();
void DisplayTime();
void DisplayLogo();