]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
provide function to tell if a client has any group siblings
[chaz/openbox] / openbox / client.c
index feaa24df9f3e1400e48fd042cee5d9b87f0d9022..1aaa0267c6cc0ba883f7a59b1d1e2123d1224520 100644 (file)
@@ -3200,3 +3200,8 @@ ObClient* client_under_pointer()
     }
     return ret;
 }
+
+gboolean client_has_group_siblings(ObClient *self)
+{
+    return self->group && self->group->members->next;
+}
This page took 0.020811 seconds and 4 git commands to generate.