aboutsummaryrefslogtreecommitdiff
path: root/src/Screen.cc
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-01-08 08:50:58 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-01-08 08:50:58 (GMT)
commit1f01d84c080d607a91eb417efcaf5e500b5f1d7e (patch)
tree979c14aa12abfa6d0fe1aa936a9b1e9effd86a32 /src/Screen.cc
parentec3125aeb95a06f08cd4895c5b7c3a8911c1b368 (diff)
downloadfluxbox_pavel-1f01d84c080d607a91eb417efcaf5e500b5f1d7e.zip
fluxbox_pavel-1f01d84c080d607a91eb417efcaf5e500b5f1d7e.tar.bz2
split WinButtonTheme into multiple themes
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,