From aac2874538b46a9fc7e5540643b1d527241b3fac Mon Sep 17 00:00:00 2001 From: louis Date: Sat, 23 Mar 2013 17:14:09 +0100 Subject: added background pixmaps for main menu timers and epg info window to avoid nasty font pixelation effect --- textwindow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'textwindow.h') 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; -- cgit v1.2.3