summaryrefslogtreecommitdiff
path: root/textwindow.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-03-23 17:14:09 +0100
committerlouis <louis.braun@gmx.de>2013-03-23 17:14:09 +0100
commitaac2874538b46a9fc7e5540643b1d527241b3fac (patch)
treec0e5b6302ee739094d291ffdbd5ac015c6c0d0c8 /textwindow.h
parent7f3175adc1eb023e8f79b31f6e552fdba8ad02bc (diff)
downloadskin-nopacity-aac2874538b46a9fc7e5540643b1d527241b3fac.tar.gz
skin-nopacity-aac2874538b46a9fc7e5540643b1d527241b3fac.tar.bz2
added background pixmaps for main menu timers and epg info window to avoid nasty font pixelation effect
Diffstat (limited to 'textwindow.h')
-rw-r--r--textwindow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/textwindow.h b/textwindow.h
index 09fedc4..c9bd469 100644
--- a/textwindow.h
+++ b/textwindow.h
@@ -4,6 +4,7 @@ class cNopacityTextWindow : public cThread {
private:
cOsd *osd;
cFont *font;
+ cPixmap *pixmapBackground;
cPixmap *pixmap;
cRect *geometry;
const char *text;