mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
fix shadow stuff and initializers....
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@118 e54a6e83-5905-42d5-8d5c-058d10e6a962
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6e718d8987
Author: mws <mws@e54a6e83-5905-42d5-8d5c-058d10e6a962>
Date: 2009-12-23 (Wed, 23 Dec 2009)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -124,14 +124,14 @@ int CListBox::getItemHeight()
|
||||
return fheight;
|
||||
}
|
||||
|
||||
void CListBox::paintItem(unsigned int /*itemNr*/, int paintNr, bool selected)
|
||||
void CListBox::paintItem(unsigned int /*itemNr*/, int paintNr, bool pselected)
|
||||
{
|
||||
int ypos = y+ theight + paintNr*getItemHeight();
|
||||
|
||||
uint8_t color;
|
||||
fb_pixel_t bgcolor;
|
||||
|
||||
if (selected)
|
||||
if (pselected)
|
||||
{
|
||||
color = COL_MENUCONTENTSELECTED;
|
||||
bgcolor = COL_MENUCONTENTSELECTED_PLUS_0;
|
||||
|
Reference in New Issue
Block a user