compliance over functionlity
This commit is contained in:
parent
01a35904fe
commit
bf0179b7eb
1 changed files with 3 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue