]> Dogcows Code - chaz/openbox/blobdiff - openbox/group.h
rename the Client struct to ObClient
[chaz/openbox] / openbox / group.h
index dfc6e883f6798d0727d1c6934c71defa25033974..7cb6a40583d0c8fcd347e521f558d24ed69a0d17 100644 (file)
@@ -4,7 +4,7 @@
 #include <X11/Xlib.h>
 #include <glib.h>
 
-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
This page took 0.019578 seconds and 4 git commands to generate.