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:
7c13920
)
i was backwards
author
Dana Jansens
<danakj@orodu.net>
Sun, 8 Jun 2003 01:20:13 +0000
(
01:20
+0000)
committer
Dana Jansens
<danakj@orodu.net>
Sun, 8 Jun 2003 01:20:13 +0000
(
01:20
+0000)
openbox/client.c
patch
|
blob
|
history
diff --git
a/openbox/client.c
b/openbox/client.c
index 3d9239e481dd95ed1acfb748b25996f7af002734..0fe7881f617ff1c0448a84ff2d7e72383f0c03df 100644
(file)
--- a/
openbox/client.c
+++ b/
openbox/client.c
@@
-1733,7
+1733,7
@@
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 (final || (resized && config_opaque_resize))
XResizeWindow(ob_display, self->window, w, h);
/* move/resize the frame to match the request */