]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.h
rename "Slit" to "Dock".
[chaz/openbox] / openbox / client.h
index 9fe9c9d35e421027cc7e9a6950a8810fb4d86168..08a3a887361d4fe6bbb4201b395acd7a86acdbc8 100644 (file)
@@ -110,6 +110,8 @@ typedef enum {
 
 
 typedef struct Client {
+    ObWindow obwin;
+
     Window  window;
 
     /*! The window's decorations. NULL while the window is being managed! */
@@ -292,7 +294,6 @@ typedef struct Client {
 } Client;
 
 extern GList *client_list;
-extern GHashTable *client_map;
 
 void client_startup();
 void client_shutdown();
This page took 0.023834 seconds and 4 git commands to generate.