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:
2fdad9a
)
fix drawcontents=no
author
Dana Jansens
<danakj@orodu.net>
Sun, 13 May 2007 16:45:58 +0000
(16:45 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 13 May 2007 16:45:58 +0000
(16:45 +0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index 1c029841e8b5cb583a08d46e258366773124c685..47f807d80adad7efe160cbbe886f01cab1e418b9 100644
(file)
--- a/
openbox/client.c
+++ b/
openbox/client.c
@@
-2722,8
+2722,8
@@
void client_configure_full(ObClient *self, gint x, gint y, gint w, gint h,
for user-requested ones, only resize if final is true, or when
resizing in redraw mode */
send_resize_client = ((!user && resized) ||
- (user &&
resized &&
-
(final || config_resize_redraw
)));
+ (user &&
(final ||
+
(resized && config_resize_redraw)
)));
/* if the client is enlarging, then resize the client before the frame */
if (send_resize_client && (w > oldw || h > oldh)) {