diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-09 02:03:42 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-09-09 02:03:42 +0000 |
commit | f5f0024b74d1bb0eb94937f3dc175d2b682617c2 (patch) | |
tree | 3a0ae78b135c013360df101cf7fd8a3374d0e43a /kwin/lib/kcommondecoration.h | |
parent | 5a63d5945b2f886322c3ed6f5561822bcb1ed6fa (diff) | |
download | tdebase-f5f0024b74d1bb0eb94937f3dc175d2b682617c2.tar.gz tdebase-f5f0024b74d1bb0eb94937f3dc175d2b682617c2.zip |
Add new _KDE_WM_MODAL_SYS_NOTIFICATION atom to disable menu/close/on-all-desktops buttons
Improve the appearance of the TDE logout sequence using the new atom
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1252231 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kwin/lib/kcommondecoration.h')
-rw-r--r-- | kwin/lib/kcommondecoration.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kwin/lib/kcommondecoration.h b/kwin/lib/kcommondecoration.h index 8126445ad..93427b248 100644 --- a/kwin/lib/kcommondecoration.h +++ b/kwin/lib/kcommondecoration.h @@ -266,6 +266,7 @@ class KWIN_EXPORT KCommonDecoration : public KDecoration typedef TQValueVector <KCommonDecorationButton*> ButtonContainer; ///< If the entry is 0, it's a spacer. int buttonContainerWidth(const ButtonContainer &btnContainer, bool countHidden = false) const; + bool isModalSystemNotification(); void addButtons(ButtonContainer &btnContainer, const TQString& buttons, bool isLeft); KCommonDecorationButton *m_button[NumButtons]; |