]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
change how rc parsing will work. a=b will be parsed in any [section] and given to...
[chaz/openbox] / openbox / client.h
index 2838535100b29fa2cf22ac46d32e1e646e91aa8e..94bcf38c789b688cb214029057a175ddfb1c0773 100644 (file)
@@ -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();
This page took 0.022203 seconds and 4 git commands to generate.