remove the last of the cool stuff thanks to GTK fuck fuck. no more not focusing windows in groups that arent focused on map

This commit is contained in:
Dana Jansens 2003-08-25 18:40:00 +00:00
parent 8251308845
commit fdfaa0c8dd

View file

@ -272,6 +272,8 @@ void client_manage(Window window)
(self->type == OB_CLIENT_TYPE_NORMAL || (self->type == OB_CLIENT_TYPE_NORMAL ||
self->type == OB_CLIENT_TYPE_DIALOG)) self->type == OB_CLIENT_TYPE_DIALOG))
{ {
activate = TRUE;
#if 0
if (self->desktop != screen_desktop) { if (self->desktop != screen_desktop) {
/* activate the window */ /* activate the window */
activate = TRUE; activate = TRUE;
@ -301,6 +303,7 @@ void client_manage(Window window)
activate = TRUE; activate = TRUE;
} }
} }
#endif
} }
dispatch_client(Event_Client_New, self, 0, 0); dispatch_client(Event_Client_New, self, 0, 0);