Fix libvte bug when resizing them

Signed-off-by: Raphael Khaiat <raphael@khaiat.org>
This commit is contained in:
Julien Pivotto 2010-12-31 11:44:01 +01:00 committed by Raphael Khaiat
parent 1460229397
commit a1ad5685f9

View File

@ -878,7 +878,7 @@ client_maximize(Client *c)
c->geo.width = sgeo[c->screen].width - BORDH * 2;
c->geo.height = sgeo[c->screen].height - BORDH;
client_moveresize(c, c->geo, False);
client_moveresize(c, c->geo, True);
return;
}