respect config for resizing

This commit is contained in:
Julien Danjou 2008-01-06 20:43:13 +01:00
parent af708d2fbc
commit a30579b32e
1 changed files with 1 additions and 1 deletions

View File

@ -823,7 +823,7 @@ uicb_client_moveresize(int screen, char *arg)
RootWindow(globalconf.display,
get_phys_screen(screen)),
&dummy, &dummy, &mx, &my, &dx, &dy, &dui);
client_resize(sel, area, True);
client_resize(sel, area, globalconf.screens[sel->screen].resize_hints);
if (xqp && ox <= mx && (ox + ow) >= mx && oy <= my && (oy + oh) >= my)
{
nmx = mx - ox + sel->geometry.width - ow - 1 < 0 ? 0 : mx - ox + sel->geometry.width - ow - 1;