From cf37170bff301873321583ff8ed2bdc196bbbd6e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sun, 23 Mar 2003 19:44:43 +0000 Subject: [PATCH] whitespace --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ } -- 2.39.2