]> Dogcows Code - chaz/openbox/blobdiff - plugins/placement/placement.c
rename the Client struct to ObClient
[chaz/openbox] / plugins / placement / placement.c
index b567e2298ff28fc55d2f8b85287947d83be29e5f..a84c41ec4fc0b294874f7fe3b34bb95c673c4937 100644 (file)
@@ -24,7 +24,7 @@ void plugin_setup_config()
     parse_register("placement", parse_xml, NULL);
 }
 
-static void place_random(Client *c)
+static void place_random(ObClient *c)
 {
     int l, r, t, b;
     int x, y;
This page took 0.020164 seconds and 4 git commands to generate.