diff options
author | louis <louis.braun@gmx.de> | 2013-03-23 17:14:09 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2013-03-23 17:14:09 +0100 |
commit | aac2874538b46a9fc7e5540643b1d527241b3fac (patch) | |
tree | c0e5b6302ee739094d291ffdbd5ac015c6c0d0c8 /textwindow.h | |
parent | 7f3175adc1eb023e8f79b31f6e552fdba8ad02bc (diff) | |
download | skin-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.h | 1 |
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; |