]> Dogcows Code - chaz/openbox/blobdiff - openbox/client.c
some typos
[chaz/openbox] / openbox / client.c
index df494a9fc1d3edb95a40894e1801389050c1e690..71be0f94656baf078a48cfb25405da2e75e75b13 100644 (file)
@@ -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;
 
This page took 0.020541 seconds and 4 git commands to generate.