aboutsummaryrefslogtreecommitdiff
path: root/src/WinButtonTheme.hh
diff options
context:
space:
mode:
authorsimonb <simonb>2006-03-26 04:02:30 (GMT)
committersimonb <simonb>2006-03-26 04:02:30 (GMT)
commitaf74a2284551c8511b66d77112c7bf32831c1522 (patch)
tree35a8830352f5facc1fc9c58b82c0c6dce8fc921e /src/WinButtonTheme.hh
parent872f6a0e1e4230f702ad69fa2d7e10a2fa78b7a3 (diff)
downloadfluxbox-af74a2284551c8511b66d77112c7bf32831c1522.zip
fluxbox-af74a2284551c8511b66d77112c7bf32831c1522.tar.bz2
rotated fonts, buttons, containers. Used for tabs for now
Diffstat (limited to 'src/WinButtonTheme.hh')
-rw-r--r--src/WinButtonTheme.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/WinButtonTheme.hh b/src/WinButtonTheme.hh
index 10b33ab..043f37f 100644
--- a/src/WinButtonTheme.hh
+++ b/src/WinButtonTheme.hh
@@ -31,7 +31,7 @@ class FbWinFrameTheme;
31 31
32class WinButtonTheme: public FbTk::Theme { 32class WinButtonTheme: public FbTk::Theme {
33public: 33public:
34 WinButtonTheme(int screen_num, const FbWinFrameTheme &frame_theme); 34 WinButtonTheme(int screen_num, FbWinFrameTheme &frame_theme);
35 ~WinButtonTheme(); 35 ~WinButtonTheme();
36 36
37 void reconfigTheme(); 37 void reconfigTheme();
@@ -99,7 +99,7 @@ private:
99 FbTk::ThemeItem<FbTk::PixmapWithMask> m_stick_pm, m_stick_unfocus_pm, m_stick_pressed_pm; 99 FbTk::ThemeItem<FbTk::PixmapWithMask> m_stick_pm, m_stick_unfocus_pm, m_stick_pressed_pm;
100 FbTk::ThemeItem<FbTk::PixmapWithMask> m_stuck_pm, m_stuck_unfocus_pm; 100 FbTk::ThemeItem<FbTk::PixmapWithMask> m_stuck_pm, m_stuck_unfocus_pm;
101 101
102 const FbWinFrameTheme &m_frame_theme; 102 FbWinFrameTheme &m_frame_theme;
103}; 103};
104 104
105#endif // WINBUTTONTHEME_HH 105#endif // WINBUTTONTHEME_HH