From 17b927ab6dcaa00ab5a68647cab4a514235e5892 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Wed, 13 Jun 2007 01:59:18 +0000 Subject: some typos --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/client.c') diff --git a/openbox/client.c b/openbox/client.c index df494a9f..71be0f94 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -1980,7 +1980,7 @@ void client_update_strut(ObClient *self) if (!got && PROP_GETA32(self->window, net_wm_strut, cardinal, &data, &num)) { if (num == 4) { - const Rect *a; + Rect *a; got = TRUE; -- cgit v1.2.3