aboutsummaryrefslogtreecommitdiff
path: root/src/CurrentWindowCmd.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/CurrentWindowCmd.cc')
-rw-r--r--src/CurrentWindowCmd.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CurrentWindowCmd.cc b/src/CurrentWindowCmd.cc
index 885f4b0..929be5d 100644
--- a/src/CurrentWindowCmd.cc
+++ b/src/CurrentWindowCmd.cc
@@ -57,7 +57,7 @@ void CurrentWindowCmd::real_execute() {
57} 57}
58 58
59void SetHeadCmd::real_execute() { 59void SetHeadCmd::real_execute() {
60 fbwindow().screen().setOnHead(fbwindow(), m_head); 60 fbwindow().setOnHead(m_head);
61} 61}
62 62
63void SendToWorkspaceCmd::real_execute() { 63void SendToWorkspaceCmd::real_execute() {