fix syntax error

svn path=/trunk/KDE/kdebase/workspace/; revision=457874
This commit is contained in:
Roland Gigler 2005-09-06 21:10:35 +00:00
parent c2a652657a
commit 17acdedd36

View file

@ -1060,7 +1060,7 @@ void Workspace::tabBoxKeyRelease( const XKeyEvent& ev )
(KKeyNative::modXShift() |
KKeyNative::modXCtrl() |
KKeyNative::modXAlt() |
KKeyNative::modXWin();
KKeyNative::modXWin() );
// ev.state is state before the key release, so just checking mk being 0 isn't enough
// using XQueryPointer() also doesn't seem to work well, so the check that all
// modifiers are released: only one modifier is active and the currently released