diff options
Diffstat (limited to 'src/CurrentWindowCmd.cc')
-rw-r--r-- | src/CurrentWindowCmd.cc | 2 |
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() { | |||
503 | REGISTER_COMMAND_WITH_ARGS(setdecor, SetDecorCmd, void); | 503 | REGISTER_COMMAND_WITH_ARGS(setdecor, SetDecorCmd, void); |
504 | 504 | ||
505 | SetDecorCmd::SetDecorCmd(const std::string &args): | 505 | SetDecorCmd::SetDecorCmd(const std::string &args): |
506 | m_mask(FbWinFrame::getDecoMaskFromString(args)) { } | 506 | m_mask(WindowState::getDecoMaskFromString(args)) { } |
507 | 507 | ||
508 | void SetDecorCmd::real_execute() { | 508 | void SetDecorCmd::real_execute() { |
509 | fbwindow().setDecorationMask(m_mask); | 509 | fbwindow().setDecorationMask(m_mask); |