mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 23:13:00 +02:00
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:
@@ -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()
|
||||
|
Reference in New Issue
Block a user