From ba2de2d512de0a2f19081ed76c550382e5af7294 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 28 May 2007 23:15:51 +0000 Subject: give the client a 0 border again. --- openbox/frame.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'openbox/frame.c') 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); } } -- cgit v1.2.3