From fdfaa0c8dd830209e44efc23271eec0e32b86f7d Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 25 Aug 2003 18:40:00 +0000 Subject: [PATCH] remove the last of the cool stuff thanks to GTK fuck fuck. no more not focusing windows in groups that arent focused on map --- openbox/client.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/openbox/client.c b/openbox/client.c index e905a6f9..f1dc11aa 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -272,6 +272,8 @@ void client_manage(Window window) (self->type == OB_CLIENT_TYPE_NORMAL || self->type == OB_CLIENT_TYPE_DIALOG)) { + activate = TRUE; +#if 0 if (self->desktop != screen_desktop) { /* activate the window */ activate = TRUE; @@ -301,6 +303,7 @@ void client_manage(Window window) activate = TRUE; } } +#endif } dispatch_client(Event_Client_New, self, 0, 0); -- 2.39.2