diff options
author | fluxgen <fluxgen> | 2003-08-19 21:26:45 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-08-19 21:26:45 (GMT) |
commit | be89656dea556f9d62d855180b34f42dd10c28d8 (patch) | |
tree | 1c6079d465a9d5641dd318e955af7514d370006d /src/IconbarTheme.hh | |
parent | 46ea237c383b6d305dfbea77c6bff54c7b73c2b3 (diff) | |
download | fluxbox-be89656dea556f9d62d855180b34f42dd10c28d8.zip fluxbox-be89656dea556f9d62d855180b34f42dd10c28d8.tar.bz2 |
fixed fallback items
Diffstat (limited to 'src/IconbarTheme.hh')
-rw-r--r-- | src/IconbarTheme.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/IconbarTheme.hh b/src/IconbarTheme.hh index 18ec0cd..7545454 100644 --- a/src/IconbarTheme.hh +++ b/src/IconbarTheme.hh | |||
@@ -20,7 +20,7 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 21 | // DEALINGS IN THE SOFTWARE. |
22 | 22 | ||
23 | // $Id: IconbarTheme.hh,v 1.4 2003/08/13 10:03:06 fluxgen Exp $ | 23 | // $Id: IconbarTheme.hh,v 1.5 2003/08/19 21:26:45 fluxgen Exp $ |
24 | 24 | ||
25 | #ifndef ICONBARTHEME_HH | 25 | #ifndef ICONBARTHEME_HH |
26 | #define ICONBARTHEME_HH | 26 | #define ICONBARTHEME_HH |
@@ -37,6 +37,7 @@ public: | |||
37 | virtual ~IconbarTheme(); | 37 | virtual ~IconbarTheme(); |
38 | 38 | ||
39 | void reconfigTheme(); | 39 | void reconfigTheme(); |
40 | bool fallback(FbTk::ThemeItem_base &item); | ||
40 | 41 | ||
41 | void setAntialias(bool antialias); | 42 | void setAntialias(bool antialias); |
42 | 43 | ||
@@ -55,6 +56,7 @@ private: | |||
55 | FbTk::ThemeItem<FbTk::Texture> m_focused_texture, m_unfocused_texture, m_empty_texture; | 56 | FbTk::ThemeItem<FbTk::Texture> m_focused_texture, m_unfocused_texture, m_empty_texture; |
56 | BorderTheme m_focused_border, m_unfocused_border, m_border; | 57 | BorderTheme m_focused_border, m_unfocused_border, m_border; |
57 | TextTheme m_focused_text, m_unfocused_text; | 58 | TextTheme m_focused_text, m_unfocused_text; |
59 | std::string m_name; | ||
58 | }; | 60 | }; |
59 | 61 | ||
60 | #endif // ICONBARTHEME_HH | 62 | #endif // ICONBARTHEME_HH |