X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=plugins%2Fplacement%2Fplacement.c;h=a84c41ec4fc0b294874f7fe3b34bb95c673c4937;hb=2477a38d2f3063b697e44bf3690cf280fb26ca8a;hp=b567e2298ff28fc55d2f8b85287947d83be29e5f;hpb=375b504905908fb129f52b52ae7270deefda12f7;p=chaz%2Fopenbox diff --git a/plugins/placement/placement.c b/plugins/placement/placement.c index b567e229..a84c41ec 100644 --- a/plugins/placement/placement.c +++ b/plugins/placement/placement.c @@ -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;