use focusouts from unmanaged windows (windows which have just closed)

This commit is contained in:
Dana Jansens 2007-04-22 21:14:04 +00:00
parent 6d666b0aa5
commit 56d42ce66a

View file

@ -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;