summaryrefslogtreecommitdiff
path: root/vfd.h
diff options
context:
space:
mode:
authoranbr <vdr07@deltab.de>2014-05-04 11:23:50 +0200
committeranbr <vdr07@deltab.de>2014-05-04 11:23:50 +0200
commit3d87cc0b6a062a39b9385f33bdec88ee25967776 (patch)
tree3c907421cacd9ee7bd8d56e4e85f986d3b45bef1 /vfd.h
parentf110173bb35f84b8b6bca4dfd84b910b7deac1ef (diff)
downloadvdr-plugin-targavfd-3d87cc0b6a062a39b9385f33bdec88ee25967776.tar.gz
vdr-plugin-targavfd-3d87cc0b6a062a39b9385f33bdec88ee25967776.tar.bz2
Dual-Line-Mode: Eclipse long channel names (Closes: #1815)
Diffstat (limited to 'vfd.h')
-rw-r--r--vfd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/vfd.h b/vfd.h
index 5565e80..7efa0f9 100644
--- a/vfd.h
+++ b/vfd.h
@@ -89,7 +89,8 @@ public:
void clear ();
- int DrawText(int x, int y, const char* string);
+ int DrawText(int x, int y, const char* string, int nMaxWidth = 1024);
+ int DrawTextEclipsed(int x, int y, const char* string, int nMaxWidth = 1024);
int Height() const;
int Width() const;
bool Rectangle(int x1, int y1, int x2, int y2, bool filled);