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;
|
return TRUE;
|
||||||
break;
|
break;
|
||||||
case FocusOut:
|
case FocusOut:
|
||||||
if (client == NULL)
|
|
||||||
return TRUE;
|
|
||||||
if (!wanted_focusevent(e))
|
if (!wanted_focusevent(e))
|
||||||
return TRUE;
|
return TRUE;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue