diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2004-03-20 23:52:38 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2004-03-20 23:52:38 +0000 |
| commit | e3786e64fb0786632b89ff086b818c0a3b0522b7 (patch) | |
| tree | 0cf0954e84ba2b6b2feed9b5ab44e56b35a003ef | |
| parent | 07dd2c6442b97c8df0dee6076dc45eb310916bcf (diff) | |
typo fix a comment
| -rw-r--r-- | openbox/client.c | 2 |
1 files changed, 1 insertions, 1 deletions
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)); |
