aboutsummaryrefslogtreecommitdiff
path: root/src/fluxbox.hh
diff options
context:
space:
mode:
authorThomas Lübking <thomas.luebking@gmail.com>2016-07-25 15:47:42 (GMT)
committerMathias Gumz <akira@fluxbox.org>2016-07-30 16:22:49 (GMT)
commitbccb185cd9e4efd1db2e5244ba1a1956f750f9cd (patch)
tree69a1756061719eaf0764479942f1139f8694d2e5 /src/fluxbox.hh
parent6defd9391d16fe99422d12c2ab5475929087c11f (diff)
downloadfluxbox-bccb185cd9e4efd1db2e5244ba1a1956f750f9cd.zip
fluxbox-bccb185cd9e4efd1db2e5244ba1a1956f750f9cd.tar.bz2
reconfigTheme's on loading a new style
Also reconfigure menus (recursively) on style load The most critical call is the shape update - the menus often become cut-off, preventing mouse interaction with lower items, but also colors are not applied correctly to menus w/o updating them. BUG 1022 is most likely this and only a misinterpretation (for the mentioned items are those with lacking color updates on style updates) BUG: 1146 BUG: 1017 CCBUG: 1022
Diffstat (limited to 'src/fluxbox.hh')
-rw-r--r--src/fluxbox.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh
index 2d2e670..86c3103 100644
--- a/src/fluxbox.hh
+++ b/src/fluxbox.hh
@@ -151,6 +151,7 @@ public:
151 void removeGroupSearch(Window win); 151 void removeGroupSearch(Window win);
152 void restart(const char *command = 0); 152 void restart(const char *command = 0);
153 void reconfigure(); 153 void reconfigure();
154 void reconfigThemes();
154 155
155 /// todo, remove this. just temporary 156 /// todo, remove this. just temporary
156 void updateFrameExtents(FluxboxWindow &win); 157 void updateFrameExtents(FluxboxWindow &win);