summaryrefslogtreecommitdiff
path: root/openbox/frame.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-28 23:15:51 +0000
committerDana Jansens <danakj@orodu.net>2007-05-28 23:15:51 +0000
commitba2de2d512de0a2f19081ed76c550382e5af7294 (patch)
tree3074e09067e8b2339ffe85b357a8573cc7013b74 /openbox/frame.c
parent56b01b73a808ccf51991a0aeb5362d5eb6bbfaaa (diff)
give the client a 0 border again.
Diffstat (limited to 'openbox/frame.c')
-rw-r--r--openbox/frame.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/openbox/frame.c b/openbox/frame.c
index 38511108..124ffc05 100644
--- a/openbox/frame.c
+++ b/openbox/frame.c
@@ -719,8 +719,7 @@ void frame_adjust_area(ObFrame *self, gboolean moved,
/* when the client has StaticGravity, it likes to move around. */
XMoveWindow(ob_display, self->client->window,
- self->size.left - self->client->border_width,
- self->size.top - self->client->border_width);
+ self->size.left, self->size.top);
}
}