mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
CChannelList: use matching datatype for color
Origin commit data
------------------
Branch: ni/coolstream
Commit: 72c4deb17c
Author: Thilo Graf <dbt@novatux.de>
Date: 2013-07-15 (Mon, 15 Jul 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1886,7 +1886,7 @@ void CChannelList::paintItem(int pos, const bool firstpaint)
|
|||||||
CZapitChannel* chan = chanlist[curr];
|
CZapitChannel* chan = chanlist[curr];
|
||||||
int prg_offset=0;
|
int prg_offset=0;
|
||||||
int title_offset=0;
|
int title_offset=0;
|
||||||
uint8_t tcolor=(liststart + pos == selected) ? color : COL_MENUCONTENTINACTIVE_TEXT;
|
fb_pixel_t tcolor=(liststart + pos == selected) ? color : COL_MENUCONTENTINACTIVE_TEXT;
|
||||||
int xtheight=fheight-2;
|
int xtheight=fheight-2;
|
||||||
|
|
||||||
if(g_settings.channellist_extended)
|
if(g_settings.channellist_extended)
|
||||||
|
Reference in New Issue
Block a user