From: Mikael Magnusson Date: Tue, 10 Jul 2007 23:40:58 +0000 (+0000) Subject: merge r7667 from trunk X-Git-Tag: release-3.4.3~60 X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=6d6d0910efe93353a978b4b7919a2db132c8ee85;p=dana%2Fopenbox.git merge r7667 from trunk --- diff --git a/openbox/screen.c b/openbox/screen.c index 6dd7bc28..e619509e 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -1284,8 +1284,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))