From b84a934ab7b3ebd68b8b90961146463ac17d396e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 9 Oct 2003 19:29:10 +0000 Subject: provide function to tell if a client has any group siblings --- openbox/client.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/client.h') diff --git a/openbox/client.h b/openbox/client.h index 078de272..aeb2160e 100644 --- a/openbox/client.h +++ b/openbox/client.h @@ -563,4 +563,6 @@ void client_update_sm_client_id(ObClient *self); ObClient* client_under_pointer(); +gboolean client_has_group_siblings(ObClient *self); + #endif -- cgit v1.2.3