summaryrefslogtreecommitdiff
path: root/openbox
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-08-25 18:40:00 +0000
committerDana Jansens <danakj@orodu.net>2003-08-25 18:40:00 +0000
commitfdfaa0c8dd830209e44efc23271eec0e32b86f7d (patch)
tree787c093121ec7d13d0a2ddfdcb8087cfa98b39a4 /openbox
parent8251308845d2f8cf304127b934f4e5aa759c459d (diff)
remove the last of the cool stuff thanks to GTK fuck fuck. no more not focusing windows in groups that arent focused on map
Diffstat (limited to 'openbox')
-rw-r--r--openbox/client.c3
1 files changed, 3 insertions, 0 deletions
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);