mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 15:32:59 +02:00
- framebuffer: revival of showFrame() function to allow ...
... pictures like start.jpg, mp3.jpg etc. from /var/tuxbox/icons
This commit is contained in:
@@ -172,11 +172,11 @@ int CStartUpWizard::exec(CMenuTarget* parent, const string & /*actionKey*/)
|
||||
|
||||
inline void CStartUpWizard::showBackgroundLogo()
|
||||
{
|
||||
videoDecoder->ShowPicture(DATADIR "/neutrino/icons/start.jpg");
|
||||
CFrameBuffer::getInstance()->showFrame("start.jpg");
|
||||
}
|
||||
|
||||
inline void CStartUpWizard::killBackgroundLogo()
|
||||
{
|
||||
videoDecoder->StopPicture();
|
||||
CFrameBuffer::getInstance()->stopFrame();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user