Initialize all variables in FbWindow
This commit is contained in:
parent
43837f82e1
commit
5bc782561b
1 changed files with 4 additions and 0 deletions
|
@ -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),
|
||||||
|
|
Loading…
Reference in a new issue