use focusouts from unmanaged windows (windows which have just closed)
This commit is contained in:
parent
6d666b0aa5
commit
56d42ce66a
1 changed files with 0 additions and 2 deletions
|
@ -391,8 +391,6 @@ static gboolean event_ignore(XEvent *e, ObClient *client)
|
|||
return TRUE;
|
||||
break;
|
||||
case FocusOut:
|
||||
if (client == NULL)
|
||||
return TRUE;
|
||||
if (!wanted_focusevent(e))
|
||||
return TRUE;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue