summaryrefslogtreecommitdiff
path: root/plugins/placement/placement.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-07-10 06:38:42 +0000
committerDana Jansens <danakj@orodu.net>2003-07-10 06:38:42 +0000
commit2477a38d2f3063b697e44bf3690cf280fb26ca8a (patch)
tree0107f30636cc59a94629a0d17b7cf5404e970e3b /plugins/placement/placement.c
parent375b504905908fb129f52b52ae7270deefda12f7 (diff)
rename the Client struct to ObClient
Diffstat (limited to 'plugins/placement/placement.c')
-rw-r--r--plugins/placement/placement.c2
1 files changed, 1 insertions, 1 deletions
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;