summaryrefslogtreecommitdiff
path: root/PLUGINS/src/osddemo/osddemo.c
diff options
context:
space:
mode:
Diffstat (limited to 'PLUGINS/src/osddemo/osddemo.c')
-rw-r--r--PLUGINS/src/osddemo/osddemo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/PLUGINS/src/osddemo/osddemo.c b/PLUGINS/src/osddemo/osddemo.c
index b09606a7..2d69f442 100644
--- a/PLUGINS/src/osddemo/osddemo.c
+++ b/PLUGINS/src/osddemo/osddemo.c
@@ -3,7 +3,7 @@
*
* See the README file for copyright information and how to reach the author.
*
- * $Id: osddemo.c 4.1 2015/03/08 16:40:01 kls Exp $
+ * $Id: osddemo.c 4.2 2015/03/08 16:42:01 kls Exp $
*/
#include <vdr/osd.h>
@@ -210,7 +210,7 @@ cPixmap *cTrueColorDemo::CreateTextPixmap(const char *s, int Line, int Layer, tC
if (Pixmap) {
Pixmap->Clear();
Pixmap->SetAlpha(0);
- Pixmap->DrawText(cPoint(0, 0), s, ColorFg, ColorBg, Font);
+ Pixmap->DrawText(cPoint(0, 0), s, ColorFg, ColorBg, Font, w);
}
return Pixmap;
}