]> Dogcows Code - chaz/openbox/blobdiff - openbox/screen.c
give the dock a strut and use it
[chaz/openbox] / openbox / screen.c
index 0c80827faf158f901a6ed1f9ae2e8e6430d3874c..fd6244665cc99cc8827a90a3ff1745386dec543d 100644 (file)
@@ -497,6 +497,10 @@ void screen_update_struts()
        /* apply to the 'all desktops' strut */
        STRUT_ADD(strut[screen_num_desktops], c->strut);
     }
+
+    for (i = 0; i < screen_num_desktops; ++i)
+        STRUT_ADD(strut[i], dock_strut);
+
     screen_update_area();
 }
 
This page took 0.019986 seconds and 4 git commands to generate.