aboutsummaryrefslogtreecommitdiff
path: root/src/CurrentWindowCmd.cc
diff options
context:
space:
mode:
authormarkt <markt>2007-10-23 17:34:30 (GMT)
committermarkt <markt>2007-10-23 17:34:30 (GMT)
commit1c05af4329e62b8bfaf3c0f032c52ace4eaa5975 (patch)
treeaf37aee8b1e6cde31050cd627fcbd56c55f9dc21 /src/CurrentWindowCmd.cc
parentc849d3c7ffc518d85a365664530f1faa102cf83f (diff)
downloadfluxbox-1c05af4329e62b8bfaf3c0f032c52ace4eaa5975.zip
fluxbox-1c05af4329e62b8bfaf3c0f032c52ace4eaa5975.tar.bz2
allow remembering minimized, maximized, and fullscreen state
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() {