From 4405bb367c7ffd5edd0e9489d2287c724069a0cc Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sat, 6 Mar 2010 14:08:35 +0100 Subject: [PATCH] neutrino: fix framebuffer transparency issue --- src/neutrino.cpp | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index d45f869c8..47dabad66 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -222,7 +222,11 @@ CNeutrinoApp::CNeutrinoApp() frameBuffer = CFrameBuffer::getInstance(); 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(); mode = mode_unknown;