From bf0179b7ebdd354cb63a05762e8a602063cd0596 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Fri, 29 Jun 2007 12:57:35 +0000 Subject: [PATCH] compliance over functionlity --- openbox/screen.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/openbox/screen.c b/openbox/screen.c index 1a01bfbf..0dfca59c 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -1288,8 +1288,10 @@ void screen_update_areas() 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)) -- 2.44.0