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 072f3c5..cd54deb 100644
--- a/src/CurrentWindowCmd.cc
+++ b/src/CurrentWindowCmd.cc
@@ -519,7 +519,7 @@ SetAlphaCmd::SetAlphaCmd(int focused, bool relative,
519void SetAlphaCmd::real_execute() { 519void SetAlphaCmd::real_execute() {
520 if (m_focus == 256 && m_unfocus == 256) { 520 if (m_focus == 256 && m_unfocus == 256) {
521 // made up signal to return to default 521 // made up signal to return to default
522 fbwindow().setUseDefaultAlpha(true); 522 fbwindow().setDefaultAlpha();
523 return; 523 return;
524 } 524 }
525 525