all repos — openbox @ a3e7dc19f09edf17f0701059be1927ebea5bcab6

openbox fork - make it a bit more like ryudo

add struts to the list. reboringify --debug-xinerama
Dana Jansens danakj@orodu.net
commit

a3e7dc19f09edf17f0701059be1927ebea5bcab6

parent

2e47bfd0a603a9c3c1c8b5190d62e996723bbda1

2 files changed, 2 insertions(+), 1 deletions(-)

jump to
M openbox/extensions.copenbox/extensions.c

@@ -105,7 +105,7 @@ gint h = HeightOfScreen(ScreenOfDisplay(ob_display, ob_screen));

*nxin = 2; *xin_areas = g_new(Rect, *nxin + 1); RECT_SET((*xin_areas)[0], 0, 0, w/2, h); - RECT_SET((*xin_areas)[1], w/2, 0, w-(w/2), h/2); + RECT_SET((*xin_areas)[1], w/2, 0, w-(w/2), h); } else { *nxin = 1;
M openbox/screen.copenbox/screen.c

@@ -1112,6 +1112,7 @@ if (i == d || d == DESKTOP_ALL) { \

ObScreenStrut *ss = g_new(ObScreenStrut, 1); \ ss->desktop = i; \ ss->strut = s; \ + sl = g_slist_prepend(sl, ss); \ } \ }