diff options
author | markt <markt> | 2006-07-25 07:20:58 (GMT) |
---|---|---|
committer | markt <markt> | 2006-07-25 07:20:58 (GMT) |
commit | 887fea4510e5834197bb70101393fb640a66899a (patch) | |
tree | a9b56ca765d1fa7eb8d5af546e2773353cf62231 /src/RootTheme.hh | |
parent | 538b630ff217433e6c327980e693d68854010305 (diff) | |
download | fluxbox-887fea4510e5834197bb70101393fb640a66899a.zip fluxbox-887fea4510e5834197bb70101393fb640a66899a.tar.bz2 |
fix m_background_loaded
Diffstat (limited to 'src/RootTheme.hh')
-rw-r--r-- | src/RootTheme.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/RootTheme.hh b/src/RootTheme.hh index 8bd2841..9b45d60 100644 --- a/src/RootTheme.hh +++ b/src/RootTheme.hh | |||
@@ -51,6 +51,7 @@ public: | |||
51 | 51 | ||
52 | bool fallback(FbTk::ThemeItem_base &item); | 52 | bool fallback(FbTk::ThemeItem_base &item); |
53 | void reconfigTheme(); | 53 | void reconfigTheme(); |
54 | void setLoaded() { m_background_loaded = true; } | ||
54 | 55 | ||
55 | GC opGC() const { return m_opgc.gc(); } | 56 | GC opGC() const { return m_opgc.gc(); } |
56 | 57 | ||