Don’t set the _NET_WM_WORKAREA hint at all (Thanks cg)

Fixes: #539
This commit is contained in:
Michael Stapelberg
2011-11-30 20:33:07 +00:00
parent 5cfea9fad5
commit d25e77ce75
5 changed files with 4 additions and 15 deletions

View File

@ -808,8 +808,6 @@ void randr_query_outputs() {
disable_randr(conn);
}
ewmh_update_workarea();
/* Just go through each active output and assign one workspace */
TAILQ_FOREACH(output, &outputs, outputs) {
if (!output->active)