From 2477a38d2f3063b697e44bf3690cf280fb26ca8a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 10 Jul 2003 06:38:42 +0000 Subject: rename the Client struct to ObClient --- openbox/group.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'openbox/group.h') diff --git a/openbox/group.h b/openbox/group.h index dfc6e883..7cb6a405 100644 --- a/openbox/group.h +++ b/openbox/group.h @@ -4,7 +4,7 @@ #include #include -struct Client; +struct _ObClient; typedef struct Group { Window leader; @@ -18,8 +18,8 @@ extern GHashTable *group_map; void group_startup(); void group_shutdown(); -Group *group_add(Window leader, struct Client *client); +Group *group_add(Window leader, struct _ObClient *client); -void group_remove(Group *self, struct Client *client); +void group_remove(Group *self, struct _ObClient *client); #endif -- cgit v1.2.3