diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2008-01-08 08:50:58 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2008-01-08 08:50:58 (GMT) |
commit | 1f01d84c080d607a91eb417efcaf5e500b5f1d7e (patch) | |
tree | 979c14aa12abfa6d0fe1aa936a9b1e9effd86a32 /src/Window.hh | |
parent | ec3125aeb95a06f08cd4895c5b7c3a8911c1b368 (diff) | |
download | fluxbox-1f01d84c080d607a91eb417efcaf5e500b5f1d7e.zip fluxbox-1f01d84c080d607a91eb417efcaf5e500b5f1d7e.tar.bz2 |
split WinButtonTheme into multiple themes
Diffstat (limited to 'src/Window.hh')
-rw-r--r-- | src/Window.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Window.hh b/src/Window.hh index c66024a..700bd10 100644 --- a/src/Window.hh +++ b/src/Window.hh | |||
@@ -611,6 +611,7 @@ private: | |||
611 | int m_last_button_x, ///< last known x position of the mouse button | 611 | int m_last_button_x, ///< last known x position of the mouse button |
612 | m_last_button_y; ///< last known y position of the mouse button | 612 | m_last_button_y; ///< last known y position of the mouse button |
613 | 613 | ||
614 | FocusableTheme<WinButtonTheme> m_button_theme; | ||
614 | FocusableTheme<FbWinFrameTheme> m_theme; | 615 | FocusableTheme<FbWinFrameTheme> m_theme; |
615 | FbWinFrame m_frame; ///< the actuall window frame | 616 | FbWinFrame m_frame; ///< the actuall window frame |
616 | 617 | ||