aboutsummaryrefslogtreecommitdiff
path: root/src/Slit.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/Slit.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/Slit.hh')
-rw-r--r--src/Slit.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Slit.hh b/src/Slit.hh
index 06a8a25..aa88a5d 100644
--- a/src/Slit.hh
+++ b/src/Slit.hh
@@ -177,7 +177,7 @@ private:
177 FbTk::Resource<Slit::Placement> m_rc_placement; 177 FbTk::Resource<Slit::Placement> m_rc_placement;
178 FbTk::Resource<Slit::Direction> m_rc_direction; 178 FbTk::Resource<Slit::Direction> m_rc_direction;
179 FbTk::Resource<int> m_rc_alpha, m_rc_on_head; 179 FbTk::Resource<int> m_rc_alpha, m_rc_on_head;
180 FbTk::Resource<Layer> m_rc_layernum; 180 FbTk::Resource<class Layer> m_rc_layernum;
181}; 181};
182 182
183 183