aboutsummaryrefslogtreecommitdiff
path: root/src/CurrentWindowCmd.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/CurrentWindowCmd.cc')
-rw-r--r--src/CurrentWindowCmd.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CurrentWindowCmd.cc b/src/CurrentWindowCmd.cc
index 6cb5c08..2575a39 100644
--- a/src/CurrentWindowCmd.cc
+++ b/src/CurrentWindowCmd.cc
@@ -109,7 +109,7 @@ REGISTER_COMMAND_PARSER(movetabright, createCurrentWindowCmd, void);
109REGISTER_COMMAND_PARSER(detachclient, createCurrentWindowCmd, void); 109REGISTER_COMMAND_PARSER(detachclient, createCurrentWindowCmd, void);
110REGISTER_COMMAND_PARSER(windowmenu, createCurrentWindowCmd, void); 110REGISTER_COMMAND_PARSER(windowmenu, createCurrentWindowCmd, void);
111 111
112}; // end anonymous namespace 112} // end anonymous namespace
113 113
114void WindowHelperCmd::execute() { 114void WindowHelperCmd::execute() {
115 if (WindowCmd<void>::window() || FocusControl::focusedFbWindow()) 115 if (WindowCmd<void>::window() || FocusControl::focusedFbWindow())
@@ -201,7 +201,7 @@ FbTk::Command<void> *parseFocusCmd(const string &command, const string &args,
201REGISTER_COMMAND_PARSER(activate, parseFocusCmd, void); 201REGISTER_COMMAND_PARSER(activate, parseFocusCmd, void);
202REGISTER_COMMAND_PARSER(focus, parseFocusCmd, void); 202REGISTER_COMMAND_PARSER(focus, parseFocusCmd, void);
203 203
204}; // end anonymous namespace 204} // end anonymous namespace
205 205
206void SetHeadCmd::real_execute() { 206void SetHeadCmd::real_execute() {
207 int num = m_head; 207 int num = m_head;