all repos — openbox @ bf0179b7ebdd354cb63a05762e8a602063cd0596

openbox fork - make it a bit more like ryudo

compliance over functionlity
Dana Jansens danakj@orodu.net
commit

bf0179b7ebdd354cb63a05762e8a602063cd0596

parent

01a35904fec67a7f92a0eb7f19457e79ca3d0988

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

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

@@ -1288,8 +1288,10 @@ dims[(i * screen_num_desktops + j) * 4 + 2] -= l + r;

dims[(i * screen_num_desktops + j) * 4 + 3] -= t + b; } + /* all the work areas are not used here, only the ones for the first + monitor are */ PROP_SETA32(RootWindow(ob_display, ob_screen), net_workarea, cardinal, - dims, 4 * screen_num_desktops * screen_num_monitors); + dims, 4 * screen_num_desktops); /* the area has changed, adjust all the windows if they need it */ for (it = client_list; it; it = g_list_next(it))