diff options
author | Scott Moreau <oreaus@gmail.com> | 2010-02-13 08:15:31 -0700 |
---|---|---|
committer | Scott Moreau <oreaus@gmail.com> | 2010-02-13 08:15:31 -0700 |
commit | e734787b50066e729ab0f6003e86d058961b7016 (patch) | |
tree | 2f9967dfde7528a6ce90ee5b6d6161e4d84351aa | |
parent | ed8d774d357b97f048966934f549e0fc0386a5cf (diff) | |
download | winrules-e734787b50066e729ab0f6003e86d058961b7016.tar.gz winrules-e734787b50066e729ab0f6003e86d058961b7016.tar.bz2 |
Fix maximized state rule.
-rw-r--r-- | src/winrules.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/winrules.cpp b/src/winrules.cpp index 844145b..1fafa33 100644 --- a/src/winrules.cpp +++ b/src/winrules.cpp @@ -374,7 +374,7 @@ WinrulesWindow::applyRules () updateState (WinrulesOptions::FullscreenMatch, CompWindowStateFullscreenMask); - updateState (WinrulesOptions::NoMaximizeMatch, + updateState (WinrulesOptions::MaximizeMatch, CompWindowStateMaximizedHorzMask | CompWindowStateMaximizedVertMask); |