mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
fix initializers and shadows
git-svn-id: file:///home/bas/coolstream_public_svn/THIRDPARTY/applications/neutrino-experimental@122 e54a6e83-5905-42d5-8d5c-058d10e6a962
This commit is contained in:
@@ -121,11 +121,11 @@ void CImageInfo::hide()
|
||||
videoDecoder->Pig(-1, -1, -1, -1);
|
||||
}
|
||||
|
||||
void CImageInfo::paint_pig(int x, int y, int w, int h)
|
||||
void CImageInfo::paint_pig(int px, int py, int w, int h)
|
||||
{
|
||||
//frameBuffer->paintBoxRel(x,y,w,h, COL_BACKGROUND);
|
||||
frameBuffer->paintBackgroundBoxRel(x,y,w,h);
|
||||
videoDecoder->Pig(x, y, w, h, frameBuffer->getScreenWidth(true), frameBuffer->getScreenHeight(true));
|
||||
//frameBuffer->paintBoxRel(px,py,w,h, COL_BACKGROUND);
|
||||
frameBuffer->paintBackgroundBoxRel(px,py,w,h);
|
||||
videoDecoder->Pig(px, py, w, h, frameBuffer->getScreenWidth(true), frameBuffer->getScreenHeight(true));
|
||||
}
|
||||
|
||||
void CImageInfo::paintLine(int xpos, int font, const char* text)
|
||||
|
Reference in New Issue
Block a user