aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2010-09-17 21:34:03 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2010-09-17 21:34:03 (GMT)
commitf3ad09c4ce70cc58871eeac49d640f213f3cd16f (patch)
tree674a8ea578c411304374d95c3db2ef64d78e0360 /src/Screen.cc
parent87cffef7f5d0bf960e5682fad68bd8186fc36e29 (diff)
downloadfluxbox-f3ad09c4ce70cc58871eeac49d640f213f3cd16f.zip
fluxbox-f3ad09c4ce70cc58871eeac49d640f213f3cd16f.tar.bz2
missing initializations
'valgrind' reported a lot of code branches based upon uninitialized variables. some are not identified yet.
Diffstat (limited to 'src/Screen.cc')
-rw-r--r--src/Screen.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index 0677a14..97596d8 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -332,6 +332,7 @@ BScreen::BScreen(FbTk::ResourceManager &rm,
332 int scrn, int num_layers) : 332 int scrn, int num_layers) :
333 m_reconfigure_sig(*this), // reconfigure signal 333 m_reconfigure_sig(*this), // reconfigure signal
334 m_layermanager(num_layers), 334 m_layermanager(num_layers),
335 m_image_control(0),
335 m_focused_windowtheme(new FbWinFrameTheme(scrn, ".focus", ".Focus")), 336 m_focused_windowtheme(new FbWinFrameTheme(scrn, ".focus", ".Focus")),
336 m_unfocused_windowtheme(new FbWinFrameTheme(scrn, ".unfocus", ".Unfocus")), 337 m_unfocused_windowtheme(new FbWinFrameTheme(scrn, ".unfocus", ".Unfocus")),
337 // the order of windowtheme and winbutton theme is important 338 // the order of windowtheme and winbutton theme is important