neutrino: fix framebuffer transparency issue

Origin commit data
------------------
Branch: ni/coolstream
Commit: 4405bb367c
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2010-03-06 (Sat, 06 Mar 2010)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2010-03-06 14:08:35 +01:00
parent 2976ad4466
commit c5a62b2e8d

View File

@@ -222,7 +222,11 @@ CNeutrinoApp::CNeutrinoApp()
frameBuffer = CFrameBuffer::getInstance(); frameBuffer = CFrameBuffer::getInstance();
frameBuffer->setIconBasePath(DATADIR "/neutrino/icons/"); frameBuffer->setIconBasePath(DATADIR "/neutrino/icons/");
#if HAVE_TRIPLEDRAGON
/* this needs to happen before the framebuffer is set up */
init_td_api();
// shutdown_td_api();
#endif
SetupFrameBuffer(); SetupFrameBuffer();
mode = mode_unknown; mode = mode_unknown;