summaryrefslogtreecommitdiffstats
path: root/kwin
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-09-15 22:17:46 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-09-15 22:17:46 +0000
commit34869df7a3d0fb0dbf63885fb9421df772d953ee (patch)
treed140d73a32a8e348ff81b6bcc47a326fcf6f073c /kwin
parentd4fbbf542788f9028d8cb20f49ea703feb657d96 (diff)
downloadtdebase-34869df7a3d0fb0dbf63885fb9421df772d953ee.tar.gz
tdebase-34869df7a3d0fb0dbf63885fb9421df772d953ee.zip
Allow kdm to preload kwin
This provides a smoother and more unified logon experience git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebase@1253865 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kwin')
-rw-r--r--kwin/useractions.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/kwin/useractions.cpp b/kwin/useractions.cpp
index 11bcb3342..d1b3b1f55 100644
--- a/kwin/useractions.cpp
+++ b/kwin/useractions.cpp
@@ -1031,7 +1031,8 @@ void Workspace::showWindowMenu( const TQRect &pos, Client* cl )
return;
if ( cl->isDesktop()
|| cl->isDock()
- || cl->isTopMenu())
+ || cl->isTopMenu()
+ || cl->isModalSystemNotification())
return;
active_popup_client = cl;