mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
misc variable init fixes
This commit is contained in:
@@ -200,6 +200,7 @@ CFrameBuffer::CFrameBuffer()
|
|||||||
backgroundFilename = "";
|
backgroundFilename = "";
|
||||||
fd = 0;
|
fd = 0;
|
||||||
tty = 0;
|
tty = 0;
|
||||||
|
bpp = 0;
|
||||||
m_transparent_default = CFrameBuffer::TM_BLACK; // TM_BLACK: Transparency when black content ('pseudo' transparency)
|
m_transparent_default = CFrameBuffer::TM_BLACK; // TM_BLACK: Transparency when black content ('pseudo' transparency)
|
||||||
// TM_NONE: No 'pseudo' transparency
|
// TM_NONE: No 'pseudo' transparency
|
||||||
// TM_INI: Transparency depends on g_settings.infobar_alpha ???
|
// TM_INI: Transparency depends on g_settings.infobar_alpha ???
|
||||||
|
@@ -111,6 +111,7 @@ CFrameBuffer::CFrameBuffer()
|
|||||||
backgroundFilename = "";
|
backgroundFilename = "";
|
||||||
fd = 0;
|
fd = 0;
|
||||||
tty = 0;
|
tty = 0;
|
||||||
|
bpp = 0;
|
||||||
//FIXME: test
|
//FIXME: test
|
||||||
memset(red, 0, 256*sizeof(__u16));
|
memset(red, 0, 256*sizeof(__u16));
|
||||||
memset(green, 0, 256*sizeof(__u16));
|
memset(green, 0, 256*sizeof(__u16));
|
||||||
|
@@ -99,6 +99,9 @@ CInfoViewer::CInfoViewer ()
|
|||||||
hddscale = NULL;
|
hddscale = NULL;
|
||||||
varscale = NULL;
|
varscale = NULL;
|
||||||
timescale = NULL;
|
timescale = NULL;
|
||||||
|
info_CurrentNext.current_zeit.startzeit = 0;
|
||||||
|
info_CurrentNext.current_zeit.dauer = 0;
|
||||||
|
info_CurrentNext.flags = 0;
|
||||||
Init();
|
Init();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -176,6 +176,7 @@ CFrontend::CFrontend(int Number, int Adapter)
|
|||||||
highVoltage = false;
|
highVoltage = false;
|
||||||
motorRotationSpeed = 0; //in 0.1 degrees per second
|
motorRotationSpeed = 0; //in 0.1 degrees per second
|
||||||
|
|
||||||
|
currentToneMode = SEC_TONE_OFF;
|
||||||
}
|
}
|
||||||
|
|
||||||
CFrontend::~CFrontend(void)
|
CFrontend::~CFrontend(void)
|
||||||
|
Reference in New Issue
Block a user