X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.c;h=f1dc11aa03a62f802df400ba164e77ac0a776f44;hb=8173509e90ab97f60af6a81e955df82b3c2157a0;hp=e905a6f97ca9faf8753252d278a42c30b9a0741b;hpb=5186d04c613056c44490bd3f6766fd969e83305a;p=chaz%2Fopenbox 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);