client: geometry() honors size hints hint

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Julien Danjou 2008-11-17 16:25:26 +01:00
parent e6f0e38881
commit c63f16b233
1 changed files with 1 additions and 1 deletions

View File

@ -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)