summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-10-09 19:29:10 +0000
committerDana Jansens <danakj@orodu.net>2003-10-09 19:29:10 +0000
commitb84a934ab7b3ebd68b8b90961146463ac17d396e (patch)
tree149b7a13bdb56f264836d7907997e821960c1c26 /openbox/client.h
parentd38c835cefd6ab9d0d1fb82480a1695c76e0b452 (diff)
provide function to tell if a client has any group siblings
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h2
1 files changed, 2 insertions, 0 deletions
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