Make the tabbox work with the new KDED global shortcuts server.
svn path=/trunk/KDE/kdebase/workspace/; revision=692105
This commit is contained in:
parent
4f509f0360
commit
2901a0eea4
1 changed files with 5 additions and 0 deletions
|
@ -1360,6 +1360,11 @@ void Workspace::setTabBoxDesktop( int iDesktop )
|
|||
|
||||
bool Workspace::establishTabBoxGrab()
|
||||
{
|
||||
// The KDED Global Shortcuts Server will have used XGrabKey and
|
||||
// XUngrabKeyboard as part of handling the shortcut for activating the
|
||||
// tabbox. Make sure to update our current X time, or else it will be
|
||||
// older than the Server's grab/ungrab.
|
||||
updateXTime();
|
||||
if( !grabXKeyboard())
|
||||
return false;
|
||||
// Don't try to establish a global mouse grab using XGrabPointer, as that would prevent
|
||||
|
|
Loading…
Reference in a new issue