mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
misc variable init fixes
This commit is contained in:
@@ -200,6 +200,7 @@ CFrameBuffer::CFrameBuffer()
|
||||
backgroundFilename = "";
|
||||
fd = 0;
|
||||
tty = 0;
|
||||
bpp = 0;
|
||||
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 ???
|
||||
|
@@ -111,6 +111,7 @@ CFrameBuffer::CFrameBuffer()
|
||||
backgroundFilename = "";
|
||||
fd = 0;
|
||||
tty = 0;
|
||||
bpp = 0;
|
||||
//FIXME: test
|
||||
memset(red, 0, 256*sizeof(__u16));
|
||||
memset(green, 0, 256*sizeof(__u16));
|
||||
|
@@ -99,6 +99,9 @@ CInfoViewer::CInfoViewer ()
|
||||
hddscale = NULL;
|
||||
varscale = NULL;
|
||||
timescale = NULL;
|
||||
info_CurrentNext.current_zeit.startzeit = 0;
|
||||
info_CurrentNext.current_zeit.dauer = 0;
|
||||
info_CurrentNext.flags = 0;
|
||||
Init();
|
||||
}
|
||||
|
||||
|
@@ -176,6 +176,7 @@ CFrontend::CFrontend(int Number, int Adapter)
|
||||
highVoltage = false;
|
||||
motorRotationSpeed = 0; //in 0.1 degrees per second
|
||||
|
||||
currentToneMode = SEC_TONE_OFF;
|
||||
}
|
||||
|
||||
CFrontend::~CFrontend(void)
|
||||
|
Reference in New Issue
Block a user