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 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);