diff options
author | markt <markt> | 2007-01-14 19:00:18 (GMT) |
---|---|---|
committer | markt <markt> | 2007-01-14 19:00:18 (GMT) |
commit | 6ed9f38b7a6cb4ac85522b9f9c2074342ddffd3f (patch) | |
tree | 4c2b9c313ea043059e7058db46f6e8c211aa8d14 /src/RootTheme.hh | |
parent | 16743aad06e7f8b6c2d3b0aab4311980ce06dc16 (diff) | |
download | fluxbox-6ed9f38b7a6cb4ac85522b9f9c2074342ddffd3f.zip fluxbox-6ed9f38b7a6cb4ac85522b9f9c2074342ddffd3f.tar.bz2 |
several fixes for background option in styles
Diffstat (limited to 'src/RootTheme.hh')
-rw-r--r-- | src/RootTheme.hh | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/RootTheme.hh b/src/RootTheme.hh index 24e9d36..aee6d85 100644 --- a/src/RootTheme.hh +++ b/src/RootTheme.hh | |||
@@ -51,8 +51,6 @@ public: | |||
51 | 51 | ||
52 | bool fallback(FbTk::ThemeItem_base &item); | 52 | bool fallback(FbTk::ThemeItem_base &item); |
53 | void reconfigTheme(); | 53 | void reconfigTheme(); |
54 | // little hack to deal with reconfigures -- should be fixed | ||
55 | void setLoaded() { m_background_loaded = true; m_already_set = false; } | ||
56 | 54 | ||
57 | GC opGC() const { return m_opgc.gc(); } | 55 | GC opGC() const { return m_opgc.gc(); } |
58 | 56 | ||
@@ -68,8 +66,6 @@ private: | |||
68 | FbTk::GContext m_opgc; | 66 | FbTk::GContext m_opgc; |
69 | const std::string &m_root_command; | 67 | const std::string &m_root_command; |
70 | FbTk::ImageControl &m_image_ctrl; ///< image control for rendering background texture | 68 | FbTk::ImageControl &m_image_ctrl; ///< image control for rendering background texture |
71 | bool m_already_set; | ||
72 | bool m_background_loaded; ///< whether or not the background is present in the style file | ||
73 | 69 | ||
74 | }; | 70 | }; |
75 | 71 | ||