From c611e004582067640111ef2f023410025201157d Mon Sep 17 00:00:00 2001 From: louis Date: Mon, 20 May 2013 11:37:37 +0200 Subject: rewrote epg grid handling and scrolling, added status header --- styledpixmap.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'styledpixmap.h') diff --git a/styledpixmap.h b/styledpixmap.h index 147d6a0..ef54081 100644 --- a/styledpixmap.h +++ b/styledpixmap.h @@ -9,13 +9,12 @@ private: void drawHorizontalLine(int y, int xStart, int xStop, tColor col); protected: cPixmap *pixmap; - cString caller; tColor color; tColor colorBlending; void setPixmap(cPixmap *pixmap); public: cStyledPixmap(void); - cStyledPixmap(cPixmap *pixmap, cString caller); + cStyledPixmap(cPixmap *pixmap); virtual ~cStyledPixmap(void); void drawBackground(); void drawBlendedBackground(); -- cgit v1.2.3