Initialize all variables in FbWindow

This commit is contained in:
Henrik Kinnunen 2010-03-26 17:28:18 +01:00
parent 43837f82e1
commit 5bc782561b

View file

@ -79,6 +79,10 @@ FbWindow::FbWindow(int screen_num,
FbDrawable(), FbDrawable(),
m_parent(0), m_parent(0),
m_screen_num(screen_num), m_screen_num(screen_num),
m_x(0), m_y(0), m_width(0), m_height(0),
m_border_width(0),
m_border_color(0),
m_depth(0),
m_destroy(true), m_destroy(true),
m_lastbg_color_set(false), m_lastbg_color_set(false),
m_lastbg_color(0), m_lastbg_color(0),