diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-30 03:22:42 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-30 03:22:42 +0000 |
commit | 4f396b03eb06f2f441615ab6c56f2c3ae43e8590 (patch) | |
tree | 0dfadbcbcf92b82708c4f7a565147b9b6803ab45 /kwin/lib/kcommondecoration.h | |
parent | ba1d97533cad981404f93568f0815b7a3dec2e70 (diff) | |
download | tdebase-4f396b03eb06f2f441615ab6c56f2c3ae43e8590.tar.gz tdebase-4f396b03eb06f2f441615ab6c56f2c3ae43e8590.zip |
Fix the "redmond" kwin client
It is highly recommended that "window resize and move when maximized" be disabled when this client is in use
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1243970 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kwin/lib/kcommondecoration.h')
-rw-r--r-- | kwin/lib/kcommondecoration.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/kwin/lib/kcommondecoration.h b/kwin/lib/kcommondecoration.h index ff720ab91..8126445ad 100644 --- a/kwin/lib/kcommondecoration.h +++ b/kwin/lib/kcommondecoration.h @@ -113,7 +113,8 @@ class KWIN_EXPORT KCommonDecoration : public KDecoration LM_ButtonHeight, LM_ButtonSpacing, LM_ExplicitButtonSpacer, - LM_ButtonMarginTop + LM_ButtonMarginTop, + LM_RightButtonsMarginTop }; enum DecorationBehaviour |