From c5a62b2e8d2f7537e7d45f8e1070af28940f3592 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 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/4405bb367c7ffd5edd0e9489d2287c724069a0cc Author: Stefan Seyfried Date: 2010-03-06 (Sat, 06 Mar 2010) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- 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;