]> Dogcows Code - chaz/openbox/blobdiff - plugins/placement/history.c
rename the Client struct to ObClient
[chaz/openbox] / plugins / placement / history.c
index f2b4ea632a77790eadb57eb4592f55e91ff12c1d..22dbb6e0e30649d1f32b506fec6e216015baee56 100644 (file)
@@ -49,7 +49,7 @@ static struct HistoryItem *history_find(const char *name, const char *class,
     return NULL;
 }
 
-gboolean place_history(Client *c)
+gboolean place_history(ObClient *c)
 {
     struct HistoryItem *hi;
     int x, y, w, h;
@@ -90,7 +90,7 @@ gboolean place_history(Client *c)
     return FALSE;
 }
 
-static void set_history(Client *c)
+static void set_history(ObClient *c)
 {
     struct HistoryItem *hi;
 
This page took 0.020952 seconds and 4 git commands to generate.