aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavel Labath <pavelo@centrum.sk>2011-07-15 19:01:30 (GMT)
committerPaul Tagliamonte <paultag@fluxbox.org>2012-04-07 02:11:32 (GMT)
commit8bee090a493ee2243f7787b58cda3f15e7011b2b (patch)
tree069382272a66d1875f2c0804e7cd7b537e50415f
parent7fa4ff57cfea56f6babbedb0794544c5300eaf7d (diff)
downloadfluxbox_paul-8bee090a493ee2243f7787b58cda3f15e7011b2b.zip
fluxbox_paul-8bee090a493ee2243f7787b58cda3f15e7011b2b.tar.bz2
Add a TODO comment regarding the colorsPerChannel resource
the new value of the resource is not used until fluxbox restarts.
-rw-r--r--src/fluxbox.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fluxbox.hh b/src/fluxbox.hh
index c25939d..6be5253 100644
--- a/src/fluxbox.hh
+++ b/src/fluxbox.hh
@@ -240,6 +240,7 @@ private:
240 240
241 FbTk::BoolResource m_rc_ignoreborder; 241 FbTk::BoolResource m_rc_ignoreborder;
242 FbTk::BoolResource m_rc_pseudotrans; 242 FbTk::BoolResource m_rc_pseudotrans;
243 // XXX new value of m_rc_colors_per_channel does not get used until restart
243 FbTk::RangedIntResource m_rc_colors_per_channel; 244 FbTk::RangedIntResource m_rc_colors_per_channel;
244 FbTk::IntResource m_rc_double_click_interval, 245 FbTk::IntResource m_rc_double_click_interval,
245 m_rc_tabs_padding; 246 m_rc_tabs_padding;