initialize variables (mostly to silence valgrind)

This commit is contained in:
Stefan Seyfried
2013-09-30 20:50:31 +02:00
parent 7cdf335b4e
commit e1e4a0f3a0
5 changed files with 9 additions and 0 deletions

View File

@@ -181,6 +181,8 @@ CFrameBuffer::CFrameBuffer()
background = NULL;
backupBackground = NULL;
backgroundFilename = "";
fbAreaActiv = false;
fb_no_check = false;
fd = 0;
tty = 0;
bpp = 0;