CChannelList::paint(): reduce background paint in miniTV mode

This commit is contained in:
Jacek Jendrzej
2013-07-23 19:24:42 +02:00
parent c71de7fea2
commit d5876963e7
2 changed files with 23 additions and 22 deletions

View File

@@ -114,9 +114,9 @@ private:
void calcSize();
std::string MaxChanNr();
void paint_pig(int x, int y, int w, int h);
void paint_events(int index);
CChannelEventList evtlist;
void readEvents(const t_channel_id channel_id);
void paint_events(int index);
CChannelEventList evtlist;
void readEvents(const t_channel_id channel_id);
void showdescription(int index);
typedef std::pair<std::string,int> epg_pair;
std::vector<epg_pair> epgText;