Don't lock up after doing Ctrl+Alt+Esc and clicking on the root window.
svn path=/trunk/kdebase/kwin/; revision=294662
This commit is contained in:
parent
4b0caa15b3
commit
cc59587052
1 changed files with 2 additions and 0 deletions
|
@ -1291,6 +1291,8 @@ void Workspace::propagateSystemTrayWins()
|
|||
|
||||
void Workspace::killWindowId( Window window_to_kill )
|
||||
{
|
||||
if( window_to_kill == None )
|
||||
return;
|
||||
Window window = window_to_kill;
|
||||
Client* client = NULL;
|
||||
for(;;)
|
||||
|
|
Loading…
Reference in a new issue