typo fix a comment

This commit is contained in:
Mikael Magnusson 2004-03-20 23:52:38 +00:00
parent 07dd2c6442
commit e3786e64fb

View file

@ -2118,7 +2118,7 @@ void client_configure_full(ObClient *self, ObCorner anchor,
(user && (final ||
(resized && config_resize_redraw))));
/* if the client is enlarging, the resize the client before the frame */
/* if the client is enlarging, then resize the client before the frame */
if (send_resize_client && user && (w > oldw || h > oldh))
XResizeWindow(ob_display, self->window, MAX(w, oldw), MAX(h, oldh));