projects
/
dana
/
openbox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
07dd2c6
)
typo fix a comment
author
Mikael Magnusson
<mikachu@comhem.se>
Sat, 20 Mar 2004 23:52:38 +0000
(23:52 +0000)
committer
Mikael Magnusson
<mikachu@comhem.se>
Sat, 20 Mar 2004 23:52:38 +0000
(23:52 +0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index 05cf9acde37cec81531fcf9997a6adb777fe304e..8e3dd1ee501f870336f8de01133d65019cff2b69 100644
(file)
--- 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, the
n
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));