aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
diff options
context:
space:
mode:
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