client: add a "struts" property
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
47efde17f5
commit
9aeda90738
2
client.c
2
client.c
|
@ -1476,6 +1476,8 @@ luaA_client_struts(lua_State *L)
|
|||
client_need_arrange((*c));
|
||||
/* All the wiboxes (may) need to be repositioned. */
|
||||
wibox_update_positions();
|
||||
|
||||
hooks_property(*c, "struts");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue