diff options
Diffstat (limited to 'src/Remember.cc')
-rw-r--r-- | src/Remember.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Remember.cc b/src/Remember.cc index a48f399..ba7bf81 100644 --- a/src/Remember.cc +++ b/src/Remember.cc | |||
@@ -1120,7 +1120,7 @@ void Remember::setupFrame(FluxboxWindow &win) { | |||
1120 | win.setDecorationMask(app->decostate); | 1120 | win.setDecorationMask(app->decostate); |
1121 | 1121 | ||
1122 | if (app->alpha_remember) { | 1122 | if (app->alpha_remember) { |
1123 | win.frame().setUseDefaultAlpha(false); | 1123 | win.frame().setDefaultAlpha(); |
1124 | win.frame().setAlpha(true,app->focused_alpha); | 1124 | win.frame().setAlpha(true,app->focused_alpha); |
1125 | win.frame().setAlpha(false,app->unfocused_alpha); | 1125 | win.frame().setAlpha(false,app->unfocused_alpha); |
1126 | } | 1126 | } |