From e3786e64fb0786632b89ff086b818c0a3b0522b7 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Sat, 20 Mar 2004 23:52:38 +0000 Subject: [PATCH] typo fix a comment --- openbox/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openbox/client.c b/openbox/client.c index 05cf9acd..8e3dd1ee 100644 --- a/openbox/client.c +++ b/openbox/client.c @@ -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)); -- 2.39.2