X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fscreen.c;h=fd6244665cc99cc8827a90a3ff1745386dec543d;hb=7a166a383805f7693e0800f3bf693e3736463a0d;hp=0c80827faf158f901a6ed1f9ae2e8e6430d3874c;hpb=66d3006671e7729b3f6244c49fda175caaae5174;p=chaz%2Fopenbox diff --git a/openbox/screen.c b/openbox/screen.c index 0c80827f..fd624466 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -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(); }