From 37b57e7872214cc59119faf29bd058362504b3f6 Mon Sep 17 00:00:00 2001 From: lordjaxom Date: Tue, 1 Jun 2004 17:27:26 +0000 Subject: - fixed some possible segfaults in Display Update - fixed segfault in Timebar when EPG doesn't contain time and duration - fixed "too many colors used in palette" warning (only with HAVE_IMLIB2=1) in channel display - fixed above message in full menu - removed some debug printf's --- render.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'render.h') diff --git a/render.h b/render.h index 75f4026..a56c198 100644 --- a/render.h +++ b/render.h @@ -1,5 +1,5 @@ /* - * $Id: render.h,v 1.10 2004/05/31 19:54:12 lordjaxom Exp $ + * $Id: render.h,v 1.11 2004/06/01 14:32:46 lordjaxom Exp $ */ #ifndef VDR_TEXT2SKIN_RENDER_H @@ -71,6 +71,10 @@ private: string mMenuGreen; string mMenuYellow; string mMenuBlue; + const cEvent *mMenuEvent; + const cRecording *mMenuRecording; + string mMenuText; + bool mMenuTextFixedFont; protected: // Basic operations -- cgit v1.2.3