client: geometry() honors size hints hint
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
e6f0e38881
commit
c63f16b233
2
client.c
2
client.c
|
@ -1197,7 +1197,7 @@ luaA_client_handlegeom(lua_State *L, bool full)
|
||||||
geometry = titlebar_geometry_remove((*c)->titlebar,
|
geometry = titlebar_geometry_remove((*c)->titlebar,
|
||||||
(*c)->border,
|
(*c)->border,
|
||||||
geometry);
|
geometry);
|
||||||
client_resize(*c, geometry, false);
|
client_resize(*c, geometry, (*c)->honorsizehints);
|
||||||
}
|
}
|
||||||
|
|
||||||
if(full)
|
if(full)
|
||||||
|
|
Loading…
Reference in New Issue