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:
43d109d
)
more checks for when to do an XResizeWindow
author
Dana Jansens
<danakj@orodu.net>
Sun, 8 Jun 2003 22:37:31 +0000
(22:37 +0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 8 Jun 2003 22:37:31 +0000
(22:37 +0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index 6d5893e244542add42539fe3757cf09a35e7a309..b7800a5ecf3634261f9ce078fe946aa4642accf3 100644
(file)
--- a/
openbox/client.c
+++ b/
openbox/client.c
@@
-1761,7
+1761,8
@@
void client_configure(Client *self, Corner anchor, int x, int y, int w, int h,
RECT_SET(self->area, x, y, w, h);
- if (final || (resized && config_opaque_resize))
+ if ((!user && resized) ||
+ (user && (final || (resized && config_opaque_resize))))
XResizeWindow(ob_display, self->window, w, h);
/* move/resize the frame to match the request */