]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
woa.. let you do mouse actions while in an interactive keyboard action, and let you...
[chaz/openbox] / openbox / client.c
index 07cb5938c19ba0b3a13b575ce4367061efc8303a..1714e29c7da7950958bb5f0a42cdef02393900ce 100644 (file)
@@ -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);
         }
 
This page took 0.022605 seconds and 4 git commands to generate.