Merge pull request #295 from hasq/master

Update each window's EWMH desktop number in add_desktop
This commit is contained in:
Bastien Dejean 2015-10-11 21:09:15 +02:00
commit 8f4763aa8e

View file

@ -158,6 +158,7 @@ void add_desktop(monitor_t *m, desktop_t *d)
num_desktops++;
ewmh_update_number_of_desktops();
ewmh_update_desktop_names();
ewmh_update_wm_desktops();
put_status(SBSC_MASK_REPORT);
}