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

@ -1066,7 +1066,6 @@ static void con_on_remove_child(Con *con) {
LOG("Closing old workspace (%p / %s), it is empty\n", con, con->name);
tree_close(con, DONT_KILL_WINDOW, false, false);
ipc_send_event("workspace", I3_IPC_EVENT_WORKSPACE, "{\"change\":\"empty\"}");
ewmh_update_workarea();
}
return;
}