From 34178097d559ef522ea0984091489c209f4e9e0e Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 16 Apr 2010 11:31:22 -0400 Subject: use const Rect* not Rect const* --- openbox/dock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/dock.c') diff --git a/openbox/dock.c b/openbox/dock.c index e3ad2bc6..3a58344e 100644 --- a/openbox/dock.c +++ b/openbox/dock.c @@ -236,7 +236,7 @@ void dock_configure(void) gint gravity; gint l, r, t, b; gint strw, strh; - Rect const *a; + const Rect *a; gint hidesize; RrMargins(dock->a_frame, &l, &t, &r, &b); -- cgit v1.2.3