mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
neutrino: more variable init fixes
Origin commit data
------------------
Branch: ni/coolstream
Commit: 63178c1e2a
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-03-25 (Sun, 25 Mar 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -201,6 +201,7 @@ CFrameBuffer::CFrameBuffer()
|
||||
fd = 0;
|
||||
tty = 0;
|
||||
bpp = 0;
|
||||
locked = false;
|
||||
m_transparent_default = CFrameBuffer::TM_BLACK; // TM_BLACK: Transparency when black content ('pseudo' transparency)
|
||||
// TM_NONE: No 'pseudo' transparency
|
||||
// TM_INI: Transparency depends on g_settings.infobar_alpha ???
|
||||
|
@@ -112,6 +112,7 @@ CFrameBuffer::CFrameBuffer()
|
||||
fd = 0;
|
||||
tty = 0;
|
||||
bpp = 0;
|
||||
locked = false;
|
||||
//FIXME: test
|
||||
memset(red, 0, 256*sizeof(__u16));
|
||||
memset(green, 0, 256*sizeof(__u16));
|
||||
|
@@ -1588,6 +1588,7 @@ void CNeutrinoApp::SendSectionsdConfig(void)
|
||||
void CNeutrinoApp::InitZapper()
|
||||
{
|
||||
struct stat my_stat;
|
||||
g_channel_list_changed = false;
|
||||
|
||||
g_InfoViewer->start();
|
||||
SendSectionsdConfig();
|
||||
|
Reference in New Issue
Block a user