]> Dogcows Code - chaz/openbox/commitdiff
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 f9d5c38fe881aba5e598ca8bbab7d8e69ec777aa..b020321a1460a3525168c81d6b4ef52197fdc4d3 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;
This page took 0.0239 seconds and 4 git commands to generate.