summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-06-08 01:20:13 +0000
committerDana Jansens <danakj@orodu.net>2003-06-08 01:20:13 +0000
commitac4e6784ddd59635df0e51210257c506cff4dc25 (patch)
tree30fc6b2de78c7fc1a72f209ee6552f6aec1f363f
parent7c13920066c822eaa80e3d1147e873e9a30eedd3 (diff)
i was backwards
-rw-r--r--openbox/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client.c b/openbox/client.c
index 3d9239e4..0fe7881f 100644
--- 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 */