summaryrefslogtreecommitdiff
path: root/openbox/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbox/client.h')
-rw-r--r--openbox/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client.h b/openbox/client.h
index 28385351..94bcf38c 100644
--- a/openbox/client.h
+++ b/openbox/client.h
@@ -285,7 +285,7 @@ typedef struct Client {
Pixmap pixmap_icon_mask;
} Client;
-extern GSList *client_list;
+extern GList *client_list;
extern GHashTable *client_map;
void client_startup();