use focusouts from unmanaged windows (windows which have just closed)
authorDana Jansens <danakj@orodu.net>
Sun, 22 Apr 2007 21:14:04 +0000 (21:14 +0000)
committerDana Jansens <danakj@orodu.net>
Sun, 22 Apr 2007 21:14:04 +0000 (21:14 +0000)
openbox/event.c

index f9d5c38..b020321 100644 (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;