X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fgroup.h;h=7cb6a40583d0c8fcd347e521f558d24ed69a0d17;hb=2477a38d2f3063b697e44bf3690cf280fb26ca8a;hp=dfc6e883f6798d0727d1c6934c71defa25033974;hpb=375b504905908fb129f52b52ae7270deefda12f7;p=chaz%2Fopenbox 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