aboutsummaryrefslogtreecommitdiff
path: root/src/FbCommands.cc
diff options
context:
space:
mode:
authormarkt <markt>2007-10-22 17:45:39 (GMT)
committermarkt <markt>2007-10-22 17:45:39 (GMT)
commitc6a2605d76927eed881e4ff9df58a9ec600bf4a2 (patch)
tree468c356ffdad6893d4f4b312f847122b66c997ed /src/FbCommands.cc
parentf72633a0e0df146c4860b5b3940e9c3a2f7260b1 (diff)
downloadfluxbox-c6a2605d76927eed881e4ff9df58a9ec600bf4a2.zip
fluxbox-c6a2605d76927eed881e4ff9df58a9ec600bf4a2.tar.bz2
replaced ModKey with new key commands StartMoving and StartResizing
Diffstat (limited to 'src/FbCommands.cc')
-rw-r--r--src/FbCommands.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/FbCommands.cc b/src/FbCommands.cc
index f536fd8..1d063e7 100644
--- a/src/FbCommands.cc
+++ b/src/FbCommands.cc
@@ -169,15 +169,6 @@ int ExecuteCmd::run() {
169 return pid; // compiler happy -> we are happy ;) 169 return pid; // compiler happy -> we are happy ;)
170} 170}
171 171
172SetModKeyCmd::SetModKeyCmd(const string& modkey) : m_modkey(modkey) { }
173
174void SetModKeyCmd::execute() {
175 Fluxbox::instance()->setModKey(m_modkey.c_str());
176 Fluxbox::instance()->save_rc();
177 // TODO: we need a better way to do this ...
178 Fluxbox::instance()->reconfigure();
179}
180
181ExportCmd::ExportCmd(const string& name, const string& value) : 172ExportCmd::ExportCmd(const string& name, const string& value) :
182 m_name(name), m_value(value) { 173 m_name(name), m_value(value) {
183} 174}