aboutsummaryrefslogtreecommitdiff
path: root/src/RootTheme.hh
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-10-01 04:04:28 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-10-01 04:04:28 (GMT)
commitb3da022ee22acd67f6ef6210e7412dbfc8fdfa70 (patch)
treeafa281a3a12c19f42bc4cde08fe37ef7840de7d5 /src/RootTheme.hh
parent6e9d8e2dc6607e394e372dcedfdbc0e869656da5 (diff)
downloadfluxbox-b3da022ee22acd67f6ef6210e7412dbfc8fdfa70.zip
fluxbox-b3da022ee22acd67f6ef6210e7412dbfc8fdfa70.tar.bz2
reset background on resolution change
Diffstat (limited to 'src/RootTheme.hh')
-rw-r--r--src/RootTheme.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/RootTheme.hh b/src/RootTheme.hh
index 09c752c..f623ba2 100644
--- a/src/RootTheme.hh
+++ b/src/RootTheme.hh
@@ -44,6 +44,7 @@ public:
44 44
45 bool fallback(FbTk::ThemeItem_base &item); 45 bool fallback(FbTk::ThemeItem_base &item);
46 void reconfigTheme(); 46 void reconfigTheme();
47 void reset() { m_first = true; reconfigTheme(); }
47 48
48 GC opGC() const { return m_opgc.gc(); } 49 GC opGC() const { return m_opgc.gc(); }
49 50