diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-27 04:42:10 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-27 04:42:10 (GMT) |
commit | 1f5cd12facc662de240b36bf3c5c14f40adf391b (patch) | |
tree | d468908abf2e988265b0c2295dbd265d82ef89b6 /src/CurrentWindowCmd.cc | |
parent | f5024351e79e92d551d561e9756f0869e51af505 (diff) | |
download | fluxbox-1f5cd12facc662de240b36bf3c5c14f40adf391b.zip fluxbox-1f5cd12facc662de240b36bf3c5c14f40adf391b.tar.bz2 |
simplify the window transparency menu and handling a bit
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 072f3c5..cd54deb 100644 --- a/src/CurrentWindowCmd.cc +++ b/src/CurrentWindowCmd.cc | |||
@@ -519,7 +519,7 @@ SetAlphaCmd::SetAlphaCmd(int focused, bool relative, | |||
519 | void SetAlphaCmd::real_execute() { | 519 | void 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 | ||