aboutsummaryrefslogtreecommitdiff
path: root/src/Toolbar.hh
diff options
context:
space:
mode:
authormarkt <markt>2007-12-13 05:48:00 (GMT)
committermarkt <markt>2007-12-13 05:48:00 (GMT)
commit8b7464046cea5e521ac46811591b0fce0c45aca1 (patch)
tree09df752f426a249ae15375a626a98436c8727593 /src/Toolbar.hh
parentdaca07edafc2e75eb9ee04d35fe80759308a8583 (diff)
downloadfluxbox-8b7464046cea5e521ac46811591b0fce0c45aca1.zip
fluxbox-8b7464046cea5e521ac46811591b0fce0c45aca1.tar.bz2
added FbTk::CommandRegistry, decentralized command parsing, and made them auto-register
Diffstat (limited to 'src/Toolbar.hh')
-rw-r--r--src/Toolbar.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Toolbar.hh b/src/Toolbar.hh
index 243ce52..4062f83 100644
--- a/src/Toolbar.hh
+++ b/src/Toolbar.hh
@@ -178,7 +178,7 @@ private:
178 FbTk::Resource<bool> m_rc_auto_hide, m_rc_maximize_over, m_rc_visible; 178 FbTk::Resource<bool> m_rc_auto_hide, m_rc_maximize_over, m_rc_visible;
179 FbTk::Resource<int> m_rc_width_percent; 179 FbTk::Resource<int> m_rc_width_percent;
180 FbTk::Resource<int> m_rc_alpha; 180 FbTk::Resource<int> m_rc_alpha;
181 FbTk::Resource<Layer> m_rc_layernum; 181 FbTk::Resource<class Layer> m_rc_layernum;
182 FbTk::Resource<int> m_rc_on_head; 182 FbTk::Resource<int> m_rc_on_head;
183 FbTk::Resource<Placement> m_rc_placement; 183 FbTk::Resource<Placement> m_rc_placement;
184 FbTk::Resource<int> m_rc_height; 184 FbTk::Resource<int> m_rc_height;