]> Dogcows Code - chaz/openbox/blobdiff - plugins/placement/history.h
rename the Client struct to ObClient
[chaz/openbox] / plugins / placement / history.h
index 48a29c3e9bd93962a0c3e5b1fcc899a625d2f9b8..cbf9f68ee25a1b4e17f027c3de9b0cf94c82d311 100644 (file)
@@ -1,12 +1,12 @@
 #ifndef __plugin_placement_history_h
 #define __plugin_placement_history_h
 
-#include "../../kernel/client.h"
+#include "kernel/client.h"
 #include <glib.h>
 
 void history_startup();
 void history_shutdown();
 
-gboolean place_history(Client *c);
+gboolean place_history(ObClient *c);
 
 #endif
This page took 0.022238 seconds and 4 git commands to generate.