]> Dogcows Code - chaz/openbox/blobdiff - openbox/dock.c
use const Rect* not Rect const*
[chaz/openbox] / openbox / dock.c
index e3ad2bc63060ee6c19fdcd523d78c62085466a2a..3a58344e1a423397cf75a7a0243339d0890976a5 100644 (file)
@@ -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);
This page took 0.024796 seconds and 4 git commands to generate.