all repos — fluxbox @ 5bc782561bd395ce636c83e007b37dd6c8393859

custom fork of the fluxbox windowmanager

Initialize all variables in FbWindow
Henrik Kinnunen fluxgen@fluxbox.org
commit

5bc782561bd395ce636c83e007b37dd6c8393859

parent

43837f82e152ea03a0bcefb07b089b1b9d72dc03

1 files changed, 4 insertions(+), 0 deletions(-)

jump to
M src/FbTk/FbWindow.ccsrc/FbTk/FbWindow.cc

@@ -79,6 +79,10 @@ int class_type):

FbDrawable(), m_parent(0), 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_lastbg_color_set(false), m_lastbg_color(0),