aboutsummaryrefslogtreecommitdiff
path: root/src/CurrentWindowCmd.cc
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2008-08-27 17:05:49 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2008-08-27 17:05:49 (GMT)
commit55fd49614bb1b9e37561147f18719b2ac277b64b (patch)
treec0f58db24f6fa3a457bca26393c00632dd630328 /src/CurrentWindowCmd.cc
parent08c8c6431f88ff3d5012d800a8df689b7028fe98 (diff)
downloadfluxbox-55fd49614bb1b9e37561147f18719b2ac277b64b.zip
fluxbox-55fd49614bb1b9e37561147f18719b2ac277b64b.tar.bz2
move FbWinFrame::State class to a new file
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 95f2933..59b0186 100644
--- a/src/CurrentWindowCmd.cc
+++ b/src/CurrentWindowCmd.cc
@@ -503,7 +503,7 @@ void SetTitleCmd::real_execute() {
503REGISTER_COMMAND_WITH_ARGS(setdecor, SetDecorCmd, void); 503REGISTER_COMMAND_WITH_ARGS(setdecor, SetDecorCmd, void);
504 504
505SetDecorCmd::SetDecorCmd(const std::string &args): 505SetDecorCmd::SetDecorCmd(const std::string &args):
506 m_mask(FbWinFrame::getDecoMaskFromString(args)) { } 506 m_mask(WindowState::getDecoMaskFromString(args)) { }
507 507
508void SetDecorCmd::real_execute() { 508void SetDecorCmd::real_execute() {
509 fbwindow().setDecorationMask(m_mask); 509 fbwindow().setDecorationMask(m_mask);