aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/Screen.cc')
-rw-r--r--src/Screen.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Screen.cc b/src/Screen.cc
index 8e5d8af..eba9eb7 100644
--- a/src/Screen.cc
+++ b/src/Screen.cc
@@ -326,7 +326,9 @@ BScreen::BScreen(FbTk::ResourceManager &rm,
326 // the order of windowtheme and winbutton theme is important 326 // the order of windowtheme and winbutton theme is important
327 // because winbutton need to rescale the pixmaps in winbutton theme 327 // because winbutton need to rescale the pixmaps in winbutton theme
328 // after fbwinframe have resized them 328 // after fbwinframe have resized them
329 m_winbutton_theme(new WinButtonTheme(scrn, *m_focused_windowtheme)), 329 m_focused_winbutton_theme(new WinButtonTheme(scrn, "", "", *m_focused_windowtheme)),
330 m_unfocused_winbutton_theme(new WinButtonTheme(scrn, ".unfocus", ".Unfocus", *m_unfocused_windowtheme)),
331 m_pressed_winbutton_theme(new WinButtonTheme(scrn, ".pressed", ".Pressed", *m_focused_windowtheme)),
330 m_menutheme(new FbTk::MenuTheme(scrn)), 332 m_menutheme(new FbTk::MenuTheme(scrn)),
331 m_root_window(scrn), 333 m_root_window(scrn),
332 m_geom_window(m_root_window, 334 m_geom_window(m_root_window,