tag_client: Update screen workarea

This fixes the last failure in test-struts.lua.

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2016-12-31 15:35:33 +01:00
parent ea2d2cd038
commit 20b46cc2b3
1 changed files with 1 additions and 0 deletions

View File

@ -321,6 +321,7 @@ tag_client(lua_State *L, client_t *c)
client_array_append(&t->clients, c);
ewmh_client_update_desktop(c);
banning_need_update();
screen_update_workarea(c->screen);
tag_client_emit_signal(t, c, "tagged");
}