mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +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
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