diff options
author | simonb <simonb> | 2006-03-26 04:02:30 (GMT) |
---|---|---|
committer | simonb <simonb> | 2006-03-26 04:02:30 (GMT) |
commit | af74a2284551c8511b66d77112c7bf32831c1522 (patch) | |
tree | 35a8830352f5facc1fc9c58b82c0c6dce8fc921e /src/IconbarTheme.hh | |
parent | 872f6a0e1e4230f702ad69fa2d7e10a2fa78b7a3 (diff) | |
download | fluxbox-af74a2284551c8511b66d77112c7bf32831c1522.zip fluxbox-af74a2284551c8511b66d77112c7bf32831c1522.tar.bz2 |
rotated fonts, buttons, containers. Used for tabs for now
Diffstat (limited to 'src/IconbarTheme.hh')
-rw-r--r-- | src/IconbarTheme.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/IconbarTheme.hh b/src/IconbarTheme.hh index 0964f7a..1a7308a 100644 --- a/src/IconbarTheme.hh +++ b/src/IconbarTheme.hh | |||
@@ -41,8 +41,8 @@ public: | |||
41 | 41 | ||
42 | void setAntialias(bool antialias); | 42 | void setAntialias(bool antialias); |
43 | 43 | ||
44 | const TextTheme &focusedText() const { return m_focused_text; } | 44 | TextTheme &focusedText() { return m_focused_text; } |
45 | const TextTheme &unfocusedText() const { return m_unfocused_text; } | 45 | TextTheme &unfocusedText() { return m_unfocused_text; } |
46 | 46 | ||
47 | const BorderTheme &focusedBorder() const { return m_focused_border; } | 47 | const BorderTheme &focusedBorder() const { return m_focused_border; } |
48 | const BorderTheme &unfocusedBorder() const { return m_unfocused_border; } | 48 | const BorderTheme &unfocusedBorder() const { return m_unfocused_border; } |