From 2477a38d2f3063b697e44bf3690cf280fb26ca8a Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 10 Jul 2003 06:38:42 +0000 Subject: rename the Client struct to ObClient --- plugins/placement/placement.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/placement/placement.c') 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; -- cgit v1.2.3