From: Dana Jansens Date: Sun, 23 Mar 2003 19:44:43 +0000 (+0000) Subject: whitespace X-Git-Url: https://git.brokenzipper.com/gitweb?a=commitdiff_plain;h=cf37170bff301873321583ff8ed2bdc196bbbd6e;p=chaz%2Fopenbox whitespace --- diff --git a/openbox/client.c b/openbox/client.c index 556430ec..c1b76cba 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -130,7 +130,7 @@ void client_manage(Window window) if (XCheckTypedWindowEvent(ob_display, window, DestroyNotify, &e) || XCheckTypedWindowEvent(ob_display, window, UnmapNotify, &e)) { XPutBackEvent(ob_display, &e); - + grab_server(FALSE); return; /* don't manage it */ }