osdsetup: fix shadow warning introduced with last commit

git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@270 e54a6e83-5905-42d5-8d5c-058d10e6a962


Origin commit data
------------------
Branch: ni/coolstream
Commit: e19dfc9a88
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-02-06 (Sat, 06 Feb 2010)



------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2010-02-06 13:28:12 +00:00
parent 32f74ea901
commit 545cdd8729

View File

@@ -224,9 +224,9 @@ void CScreenSetup::paintBorder( int pselected )
void CScreenSetup::unpaintBorder(int pselected)
{
int x = x_coord[pselected] - 96 * pselected;
int y = y_coord[pselected] - 96 * pselected;
frameBuffer->paintBoxRel(x, y, 96, 96, make16color(0xA0A0A0));
int cx = x_coord[pselected] - 96 * pselected;
int cy = y_coord[pselected] - 96 * pselected;
frameBuffer->paintBoxRel(cx, cy, 96, 96, make16color(0xA0A0A0));
}
void CScreenSetup::paintIcons()