X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Fclient.c;h=1714e29c7da7950958bb5f0a42cdef02393900ce;hb=9a9e3f6bf6be75094636e37d54fb16e4456b43be;hp=07cb5938c19ba0b3a13b575ce4367061efc8303a;hpb=431035df66a6d541ba715619b3080b4e267bc78a;p=chaz%2Fopenbox diff --git a/openbox/client.c b/openbox/client.c index 07cb5938..1714e29c 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -1694,7 +1694,6 @@ void client_reconfigure(ObClient *self) void client_update_wmhints(ObClient *self) { XWMHints *hints; - GSList *it; /* assume a window takes input if it doesnt specify */ self->can_focus = TRUE; @@ -1765,7 +1764,7 @@ void client_update_wmhints(ObClient *self) */ if (self->transient && ((self->transient_for == NULL && oldgroup == NULL) || - self->transient_for == OB_TRAN_GROUP && self->group == NULL)) + (self->transient_for == OB_TRAN_GROUP && !self->group))) client_update_transient_for(self); }