framebuffer: revival of showFrame() function to allow ...

... pictures like start.jpg, mp3.jpg etc. from /var/tuxbox/icons


Origin commit data
------------------
Branch: ni/coolstream
Commit: edc8527379
Author: vanhofen <vanhofen@gmx.de>
Date: 2015-05-05 (Tue, 05 May 2015)

Origin message was:
------------------
- framebuffer: revival of showFrame() function to allow ...

... pictures like start.jpg, mp3.jpg etc. from /var/tuxbox/icons


------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2015-05-05 12:01:04 +02:00
parent de30c9b122
commit 91b9e9b609
10 changed files with 43 additions and 36 deletions

View File

@@ -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();
}